12-10-2010, 01:51 PM
Late comment: I agree with thiaZ, cleaning up is necessary. Small idea: if you're going to clean up the source, maybe have one syntax all over the source?
Eg, one way to comment a function/handler, one way to script:
vs
vs
etc. I recall that somebody (Peter I think?) wrote that somewhere in the guidelines, can't find it right now though.
Eg, one way to comment a function/handler, one way to script:
Code:
if(iNumber == 1337)Code:
if( iNumber == 1337 )Code:
if ( iNumber == 1337 )etc. I recall that somebody (Peter I think?) wrote that somewhere in the guidelines, can't find it right now though.