Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Pro Programming Tips
1
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.
6
Name:
Anonymous
2006-11-15 3:45
But that takes time. I usually just start from scratch, and keep improving it...
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List