Shopify / shopify_python

Python development standards at Shopify
MIT License
65 stars 13 forks source link

increase maximum length of function and method names #26

Closed JasonMWhite closed 7 years ago

JasonMWhite commented 7 years ago

I find 30 characters for a function or method name way too short, particularly for descriptive test method names. What do you think of 90?

@cfournie @erikwright ?

erikwright commented 7 years ago

100% agree.

erikwright commented 7 years ago

LGTM