The Vex Anti Bevel Gear Coalition's code repository and organization hub for 2023
- Only commit code to main branch
- Comments are brief descriptions or explanations of logic
- Document any major changes in program code in the notebook extensively
- Use snake case for global variables
- EX: test_test_test
- Use camel case for regular variables, and most methods
- EX: testTestTest
- Use pascal case for period methods, and classes
- EX: TestTestTest