Change package for Attack3Joystick #32

Closed
opened 2015-01-16 21:06:02 +00:00 by johnluetke · 0 comments
johnluetke commented 2015-01-16 21:06:02 +00:00 (Migrated from github.com)

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.robot package.

The Attack3Joystick class that was committed in 0036288389 was added to the org.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.controls or something similar.

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.robot` package. The Attack3Joystick class that was committed in 00362883890314ff8963ab27b38756f19465d2b5 was added to the `org.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.controls` or something similar.
Commenting is not possible because the repository is archived.
No description provided.