Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Pro Programming Tips

Name: Anonymous 2006-11-14 17:59

ITT pro tips to make your code better. For example, instead of something like:
a = b + c;
return a;

you'd use:
return b + c;

etc.

Name: Anonymous 2006-11-15 2:09

design your code on paper before touching a computer. srsly, the code i've seen...

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List