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

What annoys you

Name: Anonymous 2007-07-17 6:05 ID:3Oikz6OD

What annoys you the most to see in someones code?
What annoys you the msot in a programming language?
Mention all the programming related annoyances.

Name: Anonymous 2007-07-17 7:28 ID:fHtTF7IL

I don't see what's so good about K&R braces. I prefer this style, it's much clearer:

while(x<=>y)
{
    x /= y;
    y = modify(y);
    if (y<0)
    {
        x = x + y;
    }
}

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