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
Lots of js looking stuff in here.
The text was updated successfully, but these errors were encountered:
@schriftgestalt already ran it through autopep8 (fd6ca79)
Sorry, something went wrong.
It didn't pick up everything.
Classes should start with caps. [https://www.python.org/dev/peps/pep-0008/#class-names](pep8 spec)
Functions should all be lowercase with underscores separating words. [https://www.python.org/dev/peps/pep-0008/#function-names](pep8 spec)
I agree with the class names but find camelCase much nicer (as I’m used to it from Cocoa).
I used the autopep8 just to unify the spaces and indentions. It was a big mess.
No branches or pull requests
Lots of js looking stuff in here.
The text was updated successfully, but these errors were encountered: