Work in teams, companies
and... real life ;)
Guillaume FAURE-DUMONT
@guillaume_fd
vs.
Fils unique mais c'est important quand même
Methodology
Tools
Branches branches branches ...
https://danielkummer.github.io/git-flow-cheatsheet/
Do NOT use git flow for now !!
git status git checkout -b 06951_my_incredible_feature git push => HELL YEAH !! ... git status git add ### git commit -m "[#06951] Adds validation to m..." git status git push git checkout master git pull --prune git checkout - git merge master ... git push
## Ruby
Module & Classes: UpperCamelCase
methodes: snake_case
variable: snake_case
constantes: UPPER_CASE
## JS
Module & Classes: UpperCamelCase
methodes: camelCase
variable: camelCase
constantes: UPPER_CASE
filename: product-name.plugin-ver.sion.filetype.js
## CSS
BEM ! http://getbem.com/ .block__element--modifier
NO
filename: product-name.plugin-ver.sion.filetype.css