FRC5263 / 2018Robot

0 stars 1 forks source link

CommandGroup Package #24

Closed EvanGeiss closed 6 years ago

EvanGeiss commented 6 years ago

Currently, our project has three folders, robot, commands and subsystems. I think we should make a fourth, strictly for command groups. In this package, we would create all of our command groups. Instead of having a bunch of commands and command groups together in one package.

elodotwe commented 6 years ago

Do we still want to follow through on this?

EvanGeiss commented 6 years ago

I really think it's a good idea. We just need to decide.