Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 495 Bytes

Competition Season 2019

Build Status

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.