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

FIOC > Parens > Braces

Name: Anonymous 2012-02-26 22:42

Haskell developers can admit this, why can't you?

Name: Anonymous 2012-02-26 23:25

FIOC:
if p:
    print n

    return n

C-like:
if (p) {
    printf("%d\n", n);
    return n;
}


Enlightened FIOC wizard: ``I prefer the first because it says the same thing without the braces and semicolons by intelligently parsing the indentation that any sane programmer would use anyway.''

Retarded C faggot: ``Both are pig disgusting. Indentation is for PUSSIES!
if(n)
{
printf("%d\n", n);
return n;
}
That's better !!''

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