Chipp-

Friday, September 15, 2006, 9:37:27 PM, you wrote:

> I've tried writing code where no handlers/functions are more than a
> dozen lines long, and while it is an interesting excercise...it's a
> real pain to debug, not to mention to go back and try and figure out
> what the heck you meant to do 6 months from now.

Different strokes. I find it much easier to debug if I modularize my
code: break things down into (re)usable functions, get them tested and
working, then build other things from them. Probably something I
learned from my Forth days, building things from the ground up.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to