KentridgeRobotics / 2021Robot

Other
0 stars 7 forks source link

Cleanup Constants.java #25

Open nhl01 opened 3 years ago

nhl01 commented 3 years ago

There are many similar constants that could be moved to their own inner classes. This can help improve organization. Also, the constants should be renamed to have all capitals and underscores between words, which will conform to constant naming conventions.

tonypunnacherry commented 3 years ago

Fixed constant naming syntax in Constants.java Still need to fix the constants in the rest of the code (errors right now), and to group constants into inner classes.

tonypunnacherry commented 3 years ago

Fixed the constant names in all the files outside of the Constants.java and a few inner classes.