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

Extend python3 bad_first_argument_to_super section #134

Closed jlndnn closed 4 years ago

jlndnn commented 5 years ago

While reading this I found the python3 section a little hard to understand - specifically why a call to super() is considered more correct than explicitly adding arguments. Have extended the explanation a little for clarity and also added some best practice suggestions.