keenethics / node-react-starter-kit

MIT License
0 stars 1 forks source link

Naming conventions #8

Closed usernamus closed 5 years ago

usernamus commented 5 years ago

Please describe your wishes and ideas for naming conventions for files and folders. Choose the best option together.

OksentukVlad commented 5 years ago

I think that we should use the same notation for both files and folders naming.

I vote for UpperCamelCase for classes and files they're in. lowerCamelCase for variables/functions (not classes). SCREAMING_SNAKE_CASE for constants.

usernamus commented 5 years ago

All bets are off, and we unanimously accept the option of @OksentukVlad