You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point we should change all code to comply with PEP8.
Blake has already done a wonderful job converting lots of classes, but there is still plenty to go.
New code should comply: function_name (all lowercase, underscores between words.) SomeClass (PascalCase) module_name.py (all lowercase, underscores between words) folder (ideally one word, simple, all lowercase, otherwise add underscores)
The text was updated successfully, but these errors were encountered:
At some point we should change all code to comply with PEP8.
Blake has already done a wonderful job converting lots of classes, but there is still plenty to go.
New code should comply:
function_name
(all lowercase, underscores between words.)SomeClass
(PascalCase)module_name.py
(all lowercase, underscores between words)folder
(ideally one word, simple, all lowercase, otherwise add underscores)The text was updated successfully, but these errors were encountered: