Skip to content

Instantly share code, notes, and snippets.

@aymanfarhat
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aymanfarhat/41df0c18b4d22c6a4141 to your computer and use it in GitHub Desktop.
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
- 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?
@Mulkave
Copy link

Mulkave commented Jul 5, 2014

Just saw some code with scattered uppercase/lowercase variables. Ugly as hell and very confusing! So no uppercase variables nor class properties whatsoever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment