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

To the "FORCED INDENT" fucker.

Name: Anonymous 2007-12-13 6:46

WTF is wrong with forced indenting? It's a habit you should already be into if you write any piece of code. Ever tried to read code that isn't indented or spaced? Thats right mother fucker, it's next to impossable.

Suck my cock you scriptkiddy.

Name: Anonymous 2007-12-13 8:39

>>4
Well, if you are in the middle of a switch statement, and wish to have a comment to break up the cases, i've seen it where the comment ends up being a total penis.

something like this in a pseudo language similar to c -


switch(s) {

    //Lower-case cases
  case 'a'
    //handle 'a'
    handlea();
    break;
  case 'b'
    //handle 'b'
    handleb();
    break;
  case 'c'
    //handle 'c'
    handlec();
    break;

    //Upper-case cases
  case 'A'
    //handle 'A'
    handleA();
    break;
  case 'B'
    //handle 'B'
    handleB();
    break;
  case 'C'
    //handle 'C'
    handleC();
    break;

}

The 2 major comments regarding the groupings of the cases get indented, but I wouldnt want them there. Id want them in line with the case labels

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