6391-Ursuline-Bearbotics / 2020_UARobotics_Infinite_Recharge

0 stars 3 forks source link

Code Clarity #10

Open OroArmor opened 4 years ago

OroArmor commented 4 years ago

Overall:

https://github.com/6391-Ursuline-Bearbotics/2020_UARobotics_Infinite_Recharge/blob/09c9c3baa37dc89dd5b4661b4605c208c920fbed/src/main/java/frc/robot/Robot.java#L106-L112

https://github.com/6391-Ursuline-Bearbotics/2020_UARobotics_Infinite_Recharge/blob/09c9c3baa37dc89dd5b4661b4605c208c920fbed/src/main/java/frc/robot/subsystems/Limelight.java#L36-L41

https://github.com/6391-Ursuline-Bearbotics/2020_UARobotics_Infinite_Recharge/blob/09c9c3baa37dc89dd5b4661b4605c208c920fbed/src/main/java/frc/robot/subsystems/Limelight.java#L66-L70

https://github.com/6391-Ursuline-Bearbotics/2020_UARobotics_Infinite_Recharge/blob/09c9c3baa37dc89dd5b4661b4605c208c920fbed/src/main/java/frc/robot/subsystems/Limelight.java#L127

Overall, I felt the code was very strong, but the visual aesthetic made the code hard to understand. Cleaning this up for future years could increase productivity and reduce bugs.