- Python 3.8.5
Visual Studio Code-plugins:
- Live Share
- Python Extension Pack
- Code Spell Checker
File name structure: this_is_how_you_do (snake_case)
Variables/Classes/Functions: thisIsHowYouDo (camelCaseExample)
- The code must be commented and documented when needed
- All code must pass the respective tests
- All members in the group must understand the code and approve the push