Thread: Coding
View Single Post
Old March 27th, 2008   #13 (permalink)
PsylentStorm
Lieutenant Colonel
 
PsylentStorm's Avatar
 
Join Date: Nov 2006
Location: Nevada
Posts: 1,923
Default Re: Coding

^^ amen. seeing unorganized code is very hard to step through, esp. if it isnt your own. and, comments are a life saver. ive seen old code and forgot what the algorithm does, much less how the hell i came up with it.

also: descriptive variable names. ive stepped through someone else's code where it was so difficult to determine what variable x does and function y() does.

Last edited by PsylentStorm : March 27th, 2008 at 03:54 PM.
PsylentStorm is offline   Reply With Quote