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

Pepify #5

Open
m4rc1e opened this issue Aug 4, 2016 · 3 comments
Open

Pepify #5

m4rc1e opened this issue Aug 4, 2016 · 3 comments

Comments

@m4rc1e
Copy link
Collaborator

m4rc1e commented Aug 4, 2016

Lots of js looking stuff in here.

@davelab6
Copy link
Collaborator

davelab6 commented Aug 4, 2016

@schriftgestalt already ran it through autopep8 (fd6ca79)

@m4rc1e
Copy link
Collaborator Author

m4rc1e commented Aug 4, 2016

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)

@schriftgestalt
Copy link
Collaborator

schriftgestalt commented Aug 4, 2016

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.

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

3 participants