allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Make usage of `Set` and `...` syntax more consistent

Open spacey-sooty opened this issue 3 months ago • 3 comments

In many places (eg. Commands.java) things like Set<Command> and Set<Subsystem> are used inconsistently with Command... commands or Subsystem... subsystems. This should be fixed either by adding more overloads so as to support both or by removing some and adding others.

spacey-sooty avatar May 21 '24 13:05 spacey-sooty