|
Re: Reducing code complexity
I highly recommend separating your code into classes per subsystem. In terms of condensing your code you will see the most benefit if you do that - it will also make your code easier to read while some of the other methods will save very little space and make your code more difficult to read.
__________________
FRC Team 987 - It's not enough
Last edited by Gigakaiser : 01-05-2013 at 20:52.
|