We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an effort to standardize the code for future maintainability, the style used should be changed from camelCase to snake_case per PEP-8.
Some of the camel or pseudo-camel case code is inherited, e.g., from wxPython, but the code in this project should not be.
This issue will track progress for this endeavor.
The text was updated successfully, but these errors were encountered:
Update many camelCase instances to snake_case for PEP-8 and #476
addb901
Further adaptations to snake_case for #476
7e123c0
Fix remaining unrefactored var ref for #476
3c10bc9
No branches or pull requests
In an effort to standardize the code for future maintainability, the style used should be changed from camelCase to snake_case per PEP-8.
Some of the camel or pseudo-camel case code is inherited, e.g., from wxPython, but the code in this project should not be.
This issue will track progress for this endeavor.
The text was updated successfully, but these errors were encountered: