I love reading code like this:

int IAmGoingToReturnAnInt ( int* gimmeSomeData )
{
    int munchMunch = *gimmeSomeData;
    ++munchMunch;
    // Developer note:  FU
}

Okay, the last developer note doesn’t really exist, but you would think that this function would return an integer.

I mean, come on! Give me something!

2 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *