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

add name optional arguments maintainability anti-pattern. Fixes issue #110 #111

Closed GatorQue closed 4 years ago

GatorQue commented 6 years ago

Here is my first draft of creating the Optional Arguments anti-pattern. Please let me know what you think.