|
Subsystem Singletons in a command robot
Is there a technical reason that the subsystems in the command-based robot are done with static instances in CommandBase instead of using a more strongly enforced singleton mechanism, or is it just to make learning easier for students and mentors without an enterprise Java background?
|