So we wanted to try and make a platformer..
- Work in branch 'dev'
- Merge with 'main' only when a stage of the project is complete
- Merge without removing source branch
- Pull before pushing
- Create and work in your separate branch if making modifications to something that already exists and works
- Use // comment notation
- Tab size == 4
- OOP
- Avoid static
- Keep class names PascalCase
- camelCase for methods and properties
- Names should be informative; i.e., i, j, etc. are only acceptable in iterators