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.
|