quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

New readability Anti-Pattern: Using CamelCase in function names #51

Closed drgarcia1986 closed 9 years ago

renanivo commented 9 years ago

:+1:

daniloakamine commented 9 years ago

:+1:

Ofborn commented 9 years ago

:+1:

eduardompinto commented 9 years ago

:+1:

programmdesign commented 9 years ago

@drgarcia1986. Thanks for your contribution.

drgarcia1986 commented 9 years ago

@programmdesign you're welcome :smile:

programmdesign commented 9 years ago

@drgarcia1986 @pecota @Ofborn @daniloakamine @renanivo: I'll also added an automated code check for it here: https://www.quantifiedcode.com/app/pattern/8cff95cc6b88440e872fe937a20ada87

drgarcia1986 commented 9 years ago

Awesome :+1: