0
comment
comment
on 12/29/2011 5:13 PM
I have a few quick rules of thumb which I follow when writing code. Nothing earth-shaking or non-obvious; just simple ways that I avoid making the worst and most obvious mistakes. If you use a number or a string more than once, make it a constant. Maybe even if you only use it once. Do [...]