Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct camel, underscore and pascal casing #54

Open
alex-ong opened this issue Jul 14, 2020 · 0 comments
Open

Correct camel, underscore and pascal casing #54

alex-ong opened this issue Jul 14, 2020 · 0 comments

Comments

@alex-ong
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant