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

Coding style

Name: Anonymous 2010-12-04 18:13

I used to write

While true
 Break;

But my teacher say it's bad and gives me a lower score for it
I mean wtf. Is there really a rules for coding style I mean as long as the result is fine it's no problem right?

Name: Anonymous 2010-12-04 18:49

What I really meant is

While true
if x = 1
 continue;
else
 break;
End While

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