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

What's your style?

Name: Anonymous 2009-06-28 11:17


 for(i = 0; i < 10; i++) {
     if(i % 2 == 0) {
         doSomething(i); }
     else {
         doSomethingElse(i); } }


or


if (x < 0) {
  printf("Negative");
  negative(x);
} else {
  printf("Positive");
  positive(x);
}

Name: FrozenVoid 2009-06-29 2:51

http://dis.4chan.org/read/prog/1243170860/60 <<-- Amazing how retarded indentation can get.
int main(int argc,char **argv){const char *s;s="Hello world!";printf("%s",s);return 0;}
^The above is concise and easy to read.

___________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
orbis terrarum delenda est

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