Yeah it was about the comment ;-) I mean, the comment is more characters then the actual line of code; which brings me to:
- the code should be readable as it is, any comment needed to explain code, means your code is not simple/good enough.
Comments however can explain WHY certain things are done
Since i work with Java for some time now, I have been into classes big time; when i see the RB code, all those FUNC_ methods give me the creeps. Keep things where they belong (ie, a bot can See things, not a util method with a bot pointer... )
Also, i am all with you Whistler about huge params functions, but then again, you might wonder why they need so many params