Last active
August 29, 2015 14:01
-
-
Save aymanfarhat/41df0c18b4d22c6a4141 to your computer and use it in GitHub Desktop.
A list of guidelines that every dev team should decide on for a project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Tab vs spaces | |
- Common Git workflow | |
- Code style to enforce | |
- variable naming conventions | |
- function naming convention | |
- Namespaces | |
- check PSR | |
- semantic versioning (http://semver.org/) | |
- JS linting with JSHint | |
- CSS pre-processor SASS vs LESS | |
- CofeeScript or vanilla JS? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just saw some code with scattered uppercase/lowercase variables. Ugly as hell and very confusing! So no uppercase variables nor class properties whatsoever.