Change package for Attack3Joystick #32
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
team
test
wontfix
bug
documentation
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ironriders/Recycle-Rush#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Packages are a wonderful way to organize your code. It helps identify classes that are related to each other. For example, all the code that makes up parts of the actual robot is in the
org.usfirst.frc.team4180.robotpackage.The Attack3Joystick class that was committed in
0036288389was added to theorg.usfirst.frc.team4180.robot, but this code isn't actually a part of the robot, it's a part of the control system.It should probably be moved into a package named
org.usfirst.frc.team4180.controlsor something similar.