-
Notifications
You must be signed in to change notification settings - Fork 9
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
Naming #113
Comments
Hey, can i work on this? |
Of course! We appreciate all the help we can get! Some good function naming standards would include:
Some good variable naming standards would include:
It would be nice if class names and file names are unique from all other classes and files in order to avoid confusion. Scope naming could also be considered:
These would be some good things to look out for and ensure consistency across the files. We would greatly appreciate your help to clean up this code, if you have any more questions feel free to ask. |
Thank you for the guidance. |
While the variables, functions, classes, and files conform to pep8 naming conventions (snake_case, PascalCase, etc.), the naming of many variables, classes, functions, file are poorly named. All names should be review and proper names given.
The text was updated successfully, but these errors were encountered: