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

Stuff that annoys you...

Name: Anonymous 2010-09-03 12:45

when reading code not written by yourself. For example, I cannot stand it when  people use

if (condition)
    ...
else if (condition)
    ...
else if (condition)
    ...
else if (condition)
    ...
else


instead of the much more readable


if (condition)
    ...
else
    if (condition)
        ...
    else
        if (condition)
            ...
        else
            if (condition)
                ...
            else

Name: Anonymous 2010-09-04 2:59

>>40
RETURN INSIDE MY ANUS

Name: Anonymous 2010-09-04 4:23

>>40
You're an idiot.

Name: Anonymous 2010-09-04 5:04

>>42
Let me just take a moment to care what you think. Oh wait.

Name: Anonymous 2010-09-04 6:18

>>43
If you didn't care what people thought, you wouldn't have posted >>40. You expected someone to pat you on the back for it, but instead your opinion is just stupid.

Name: Anonymous 2010-09-04 18:30

Indenting your else ifs is retarded because they are in the same scope.

Real programming lanugages have switch statements.

Name: Anonymous 2010-09-04 18:35

>>45
If you think the two are comparable you don't understand switch statements.

Name: Anonymous 2010-09-04 18:52

Hi

What the love are you guys talking about.

Name: Anonymous 2010-09-04 20:53

Ewww, nested if statements.

How about case or switch?

Name: Anonymous 2010-09-04 21:04

>>47
:3c

Name: Anonymous 2010-09-05 0:33

>>48
see >>46

Or possibly you don't understand nested ifs.

Name: Anonymous 2010-09-05 3:25

>>39
real Lisp
that's a good one 3/10

Name: Anonymous 2010-09-05 8:24

>>44
Yawn.
Stuff that annoys you...
Not
Stuff you want validation of "the crowd" for...
Reading comprehension, motherfucker, do you speak it?

Name: Anonymous 2010-09-05 13:28

>>43,52
This sort of thing wasn't supposed to happen anymore now that schools are back in session. Is the weekend the new summer?

Name: Anonymous 2010-09-05 16:39

>>53
Mm. The delicious taste of defeat.

Name: Anonymous 2010-09-05 16:48

>>54
Sure, if you count that nonsensical statement in >>52 as a defeat.

Name: Anonymous 2010-09-05 17:29

I hate it when people obsessively use switches (especially when there are <5 cases).

Name: Anonymous 2010-09-05 17:41

switch (people.switch_usage) {
case OBSESSIVE:
    hate();
}

Name: Anonymous 2010-09-05 17:44

>>56
What would you prefer they use?

Name: Anonymous 2010-09-05 18:14

>>58
Non-deterministic Touring machines, which branch to every possible outcome.

Name: Anonymous 2010-09-05 19:10

>>59
But there is only one possible outcome: an anus gets haxxed.

Name: Anonymous 2010-09-06 4:24

i hate it when people say "readable" rather than "legible"

Name: Anonymous 2010-09-06 10:31

>>61
That's because your command of English is not so good.

Name: Anonymous 2010-09-06 20:59

bothers me to though I would be using case of most times

Name: Anonymous 2010-09-06 21:31

LOL ENGLIZH FAILZ IN DIS THRED LOL ^_^

Name: Anonymous 2011-01-31 20:48

<-- check em dubz

Name: Anonymous 2011-02-03 7:25

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