Coding conventions
- Comprehensible variable names.
- Write comments on methods and more complicated code.
- Always pull before starting to code.
- If you make change to someone else's code do it in an other branch.
- Only commit no master if the team discussed committing to it.