Closed AndrewLester closed 3 years ago
Essentially make the Constants class inside the Limelight subsystem an Enum and update its usage to the Enum type elsewhere.
"Maybe use enum class for these groups of constants? Not required but then you can force the usage by using the enum class as the variable type"
enum
Originally posted by @ArchdukeTim in https://github.com/frc1418/2020-offseason/pull/8#r518989116
Essentially make the Constants class inside the Limelight subsystem an Enum and update its usage to the Enum type elsewhere.
"Maybe use
enum
class for these groups of constants? Not required but then you can force the usage by using the enum class as the variable type"Originally posted by @ArchdukeTim in https://github.com/frc1418/2020-offseason/pull/8#r518989116