|
Re: Java help? for 3596
The command based architecture does add a learning curve, but if you take the time, it should become intuitive. It should allow your program to scale up to a large, sophisticated program. More important, it should allow multiple programmers to work on different subsystems and commands without stepping on each other's toes too much.
I also highly recommend the RobotBuilder, although you absolutely need to take the time to understand all the code it generates.
|