frc1418 / 2020-offseason

Experimental code for the 2021 season
MIT License
0 stars 4 forks source link

Use `enum` for limelight network tables constants #10

Closed AndrewLester closed 3 years ago

AndrewLester commented 4 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"

Originally posted by @ArchdukeTim in https://github.com/frc1418/2020-offseason/pull/8#r518989116