Create separate classes for all your systems. Even if you're only going to be creating one object, it's still worth it.
Since we end up using Tank Drive every year, I made a
TankDrive class last year. We just create an object with the appropriate parameters, call drive.drive(); in our main teleop loop, and forget about it. It's that simple.