Skip to content

Decompose large blocks in FlaskView#59

Open
aroberts wants to merge 3 commits into
apiguy:masterfrom
aroberts:master
Open

Decompose large blocks in FlaskView#59
aroberts wants to merge 3 commits into
apiguy:masterfrom
aroberts:master

Conversation

@aroberts
Copy link
Copy Markdown

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.

@EvaSDK
Copy link
Copy Markdown

EvaSDK commented Jul 1, 2014

looks sane. 👍

@dwcaraway
Copy link
Copy Markdown

Nice change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants