Welcome to the repository for our 2019 code! If you are contributing to the robot code this season, please make sure you follow these conventions:
- Official Kotlin Style in IntelliJ IDEA
- Constants are in
kConstant
form. - Other instance variables are in
instanceVariable
form.