flask-classy icon indicating copy to clipboard operation
flask-classy copied to clipboard

Decompose large blocks in FlaskView

Open aroberts opened this issue 11 years ago • 2 comments

I found this project while writing a completely parallel class, and given that the work's already done, I ran with it. One issue I had was wanting to subclass FlaskView to override some pieces of behavior, but because of method body length, much copy/paste was required to make the minor behavior changes I was after. This pull request involves no behavior changes, but just pulls a few things out into their own space on FlaskView, so clients can override them without affecting anything else.

aroberts avatar Jun 30 '14 19:06 aroberts

looks sane. :+1:

EvaSDK avatar Jul 01 '14 12:07 EvaSDK

Nice change!

dwcaraway avatar Nov 26 '14 14:11 dwcaraway