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

File naming convention #160

Open
rileytg opened this issue Jul 23, 2014 · 2 comments
Open

File naming convention #160

rileytg opened this issue Jul 23, 2014 · 2 comments

Comments

@rileytg
Copy link

rileytg commented Jul 23, 2014

google and airbnb say use camelCase (as opposed to PascalCase)
https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#Naming
https://github.com/airbnb/javascript#modules

what do you think?

@rileytg
Copy link
Author

rileytg commented Jul 23, 2014

correction google says all lower case

@pluma
Copy link

pluma commented Jul 24, 2014

I think the consensus is lowercase. I think all NPM modules use all-lowercase.

Obvious exception: Java-style "class" files as used by some frameworks (e.g. ExtJS).

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

2 participants