DeepBlueRobotics / Offseason2016

Code written during offseason training, as well as specifically for the offseason robot
GNU General Public License v3.0
0 stars 0 forks source link

Quality control of robot code #13

Open ana-tudor opened 7 years ago

ana-tudor commented 7 years ago
  1. Ensure that all commands work in theory, tracing their execute code to the corresponding methods in Subsystem classes.
  2. Ensure that port numbers of electrical components on robot correspond to ports in the code.
  3. Format every file using Ctrl-Shift-F