vote up 358 vote down star
520

What is the best comment in source code you have ever encountered?

show 3 more comments

locked by Jeff Atwood Apr 28 at 8:55

closed as no longer relevant by Jeff Atwood Apr 28 at 8:51

529 Answers

prev 1 6 7 8 9 10 18 next
vote up 4 vote down

managed to insert this bad pun into our code

for (bo_thans = 0 ; bo_thans < MAX ; bo_thans++)
{
    if(rs == thing[bo_thans])
    {
       found = true;
    }
}

if(!found)
{
   /* Failed to find rs with bo_thans */
   ...
}
link|flag
show 1 more comment
vote up 4 vote down

Well, these are mine, so WTF is me, as CodingHorror said:

//#region Code for weird cases - do you really want to know?

I once left a comment like so in some ASP:

' Commented out following code, don't delete for when [CustomerName] changes his mind

As it happens, [CustomerName] didn't change his mind, but he DID have access to the web server, and he DID find that line...

link|flag
vote up 2 vote down
//marco 2007.1.23
//I didn't do it
link|flag
vote up 5 vote down
// If I from the future read this I'll back in time and kill myself.
link|flag
vote up 0 vote down
#pragma region Crap that is kept for temporary reasons

    //	Huge chunk of commented code

#pragma endregion
link|flag
vote up 9 vote down

About 10 years ago I was working at image processing, scanning microscope video frames to detect cell movement. I was working at a particulary intricated function and decided to go out and have a drink with friends. When I came back home I worked a little bit but not too much because I was drunk. The morning after I found a 10-line completely messed-up function with the following comment (obviously written by my other self):

/* Ah ah ah! You'll never understand why this one works. */

The strangest part was that it even worked.

link|flag
6  
It seems you achieved the Ballmer Peak: imgs.xkcd.com/comics/ballmer_peak.png – Jeff Barger Apr 19 at 13:36
vote up 0 vote down
else
{
    //error situation
}
link|flag
vote up 5 vote down
# Don use this. Never!
link|flag
vote up 0 vote down
// Hack-er-ama
link|flag
vote up 1 vote down

In an art asset export tool, I stumble upon a complete translator from digits (arabic) numbers to roman numbers. It looked like this:

/*
//You can tell I was bored
//I wanted to do this for a long time
char* ConvertToRoman(int number, int base)
{
... whole code here
}
*/

The team of the person that wrote this code had been crunching for a long time, I guess it affected their sanity.

link|flag
show 3 more comments
vote up 9 vote down
 /**
   * Returns cookies according to the filters specified.
   * 
   * @return array  Cookies!  Nom nom nom nom nom.
   */
 public function data_getCookies($uid, $name) {

Somewhere from the facebook api.

link|flag
vote up 1 vote down

BerkeleyDB

    /*
     * Chaos reigns within.
     * Reflect, repent, and reboot.
     * Order shall return.
     */
    return (DB_RUNRECOVERY);
link|flag
vote up 1 vote down

'On Error Goto Hell.

link|flag
vote up 0 vote down

We have a file and half way down it a programmer trying to make sense of the mess managed to move all the nonsense code to the bottom, and left a comment of something like:

I have no idea what this stuff does below here.

Another programmer left a series of nested namespaces that acted like a which-way-book, so that you could drill into the namespaces in the idea and choose your actions.

link|flag
vote up 6 vote down
catch (Exception ex)
{ 
    // just die already.
}
link|flag
vote up 1 vote down
// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { }
link|flag
vote up 31 vote down

In drivers/net/sunhme.c (Linux kernel):

/* Welcome to Sun Microsystems, can I take your order please? */
if(!hp->happy_flags & HFLAG_FENABLE)
        return happy_meal_bb_write(hp, tregs, reg, value);

/* Would you like fries with that? */
hme_write32(hp, &tregs->frame,
            (FRAME_WRITE | (hp->paddr << 23) |
             ((reg & 0xff) << 18) | (value & 0xffff)));
while(!(hme_read32(hp, &tregs->frame) & 0x10000) && --tries)
        udelay(20);

/* Anything else? */
if(!tries)
        printk(KERN_ERR "happy meal: Aieee, transceiver MIF write bolixed\n");

/* Fifty-two cents is your change, have a nice day. */
link|flag
show 2 more comments
vote up 80 vote down
//Dear future me. Please forgive me. 
//I can't even begin to express how sorry I am.  
link|flag
2  
I'm always leaving comments for myself in the future... – David A Gibson Apr 14 at 14:39
6  
Future-self is who your comments should be written for anyway. – Commander Keen Apr 20 at 10:50
show 2 more comments
vote up 1 vote down
// Sorry dirty code
link|flag
vote up 1 vote down

Back in college:

//why the f*** we have to move this here to make it work

It was highlighted in a printed source when we went to review with the professor.

The reason: some really nasty bug related to a buffer overflow, that affected an unrelated variable with a file handler in other place of the code. Moving the variable would make it work again.

link|flag
vote up 6 vote down
// this error could never happen

And then -- customer's call saying he sees an error message saying "this error could never happen"

link|flag
show 1 more comment
vote up 4 vote down
// TODO: Drive an ashen stake through the foul heart of this function.

And it was a foul function. I have nightmares about it to this day.

link|flag
vote up 2 vote down

Classics from the old netscape mozilla code. Personally I like

just can't fuck around. Oh, also moving memory would doom us anyway, and it'll all just be too damn hard to figure out. So, I give up, the Mac just completely utterly sucks complete rocks

but there are a lot of other fun ones.

link|flag
vote up 4 vote down

This is so much nicer than the scary legal notices and disclaimers you see in many comment headers. From SQLite.

/*
** The author disclaims copyright to this source code.  In place of
** a legal notice, here is a blessing:
**
**    May you do good and not evil.
**    May you find forgiveness for yourself and forgive others.
**    May you share freely, never taking more than you give.
*/
link|flag
vote up 21 vote down

Once I saw in another discussion something like this:

// I can't divide with zero, so I have to divide with something very similar
result = number / 0.00000000000001;

Clever solution, isn't it :) ? (It's a joke if someone's not sure)

link|flag
show 7 more comments
vote up 8 vote down
// A Gorgon class - For the love of Zeus don't look directly at it!
link|flag
vote up 1 vote down

Just found this in some Actionscript I have to update...

/*
* spaghetty code in this module.
* hardcoded variables for load paths for the content window.
* Needs (vast) improvement.
*/

..great :(

link|flag
vote up 1 vote down

Mine fave was a variable name inside some of the business logic of a school project written in java.

int StupidJava = -1;
link|flag
vote up 10 vote down
/* FIXME This must absolutely be removed before 4.0.7 release
 * TODO really remove this */

we have since released a 4.0.7, 4.0.8, 4.0.9 and 4.1 version...

link|flag
show 1 more comment
vote up 0 vote down

In eMule, Preferences.cpp, in the method that forces a minimum upload speed limit proportional to your download speed limit:

uint16 CPreferences::GetMaxDownload(){
//dont be a Lam3r :)
    uint16 maxup=(GetMaxUpload()==UNLIMITED)?GetMaxGraphUploadRate():GetMaxUpload();
    if( maxup < 4 )
    	return (( (maxup < 10) && (maxup*3 < prefs->maxdownload) )? maxup*3 : prefs->maxdownload);
    return (( (maxup < 10) && (maxup*4 < prefs->maxdownload) )? maxup*4 : prefs->maxdownload);
}
link|flag
prev 1 6 7 8 9 10 18 next

Not the answer you're looking for? Browse other questions tagged or ask your own question.