vote up 358 vote down star
524

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 9 10 11 12 13 18 next
vote up 1 vote down
// Sorry dirty code
link|flag
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 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 1 vote down
// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { }
link|flag
vote up 6 vote down
catch (Exception ex)
{ 
    // just die already.
}
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 1 vote down

'On Error Goto Hell.

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 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

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 0 vote down
// Hack-er-ama
link|flag
vote up 5 vote down
# Don use this. Never!
link|flag
vote up 0 vote down
else
{
    //error situation
}
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
#pragma region Crap that is kept for temporary reasons

    //	Huge chunk of commented code

#pragma endregion
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 2 vote down
//marco 2007.1.23
//I didn't do it
link|flag
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 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 0 vote down

When I'm commenting out chunks of code that I THINK are no longer useful, but I might be wrong about (hence not deleting them) I will sometimes preface them with

// Wilted celery?

The idea being that this is like celery that is wilted, but you put it back in the fridge anyway. I just know that 10 years from now someone else will find these comments and say WTF?

link|flag
vote up 2 vote down
; I'm checking in this file because Roy (Back to the Future) Goodwin, 
; while testing for Year 2000 problems, inadvertently checked in this 
; file while his machine's clock was set to the year 2000. As a result 
; this file always newer than it's object file so is always recompiled
; after any change is made to any file. I'm checking it in without 
; change to revert the timestamp back to the present.

In the Assembly Language source code of Lotus 1-2-3 for DOS, sometime in the early 1990s before the year 2000 problem was widely anticipated.

link|flag
1  
You posted the same thing back in October: stackoverflow.com/questions/184618/… – Andrew Medico Apr 20 at 4:02
vote up 0 vote down
// Keep prozac ready if things get ugly!
link|flag
vote up 0 vote down

// now swap like a

link|flag
vote up 2 vote down
// haack, phil haack

and:

/* hack, hack, hack, hack, hack hack, hack, hack
 * hackity hack, oh wonderful hacks
 * wonderful hacks, oh wonderful hack, hack, hack
 * hack hack hack... and spam 
 */

EDIT: Just found this in some of my code (the project wishes to remain anonymous):

// yikes, we need to:
/*
 *       o
 *      -|-     < US CROSSING PLATFORM
 *       |\ 
 ************************************************
 *       |          ^ PLATFORM           |
 *       |                           T   |
 *       |                      TROLL^   |
 */
// right now:
/*
 *   o ./_  | 
 *  -|-[]\  |  (_'_) () (\) | ) \|/ (S) < WALL
 *   |\     |    ^ FRIENDLY MESSAGE FROM YOUR FRIENDS AT MICROSOFT
 *  ***********************************************
 *        | ^PLATFORM                       |
 *      ^ SPRAY CAN (IN HAND)
 */
public static class DefaultFonts
{
    public static string SansSerifPath
    {
        get { return @"C:\Windows\Fonts\arial.ttf"; }
    }
    public static string SerifPath
    {
        get { return @"C:\Windows\Fonts\times.ttf"; }
    }
    public static string MonospacePath
    {
        get { return @"C:\Windows\Fonts\courier.ttf"; }
    }
}

How I love puns.

link|flag
show 2 more comments
vote up 1 vote down
                map(TimeZoneId.Romance,             "Romance Standard Time"); //LULZ.
link|flag
vote up 26 vote down
/*
This isn't the right way to deal with this, but today is my last day, Ron
just spilled coffee on my desk, and I'm hungry, so this will have to do...
*/

return 12; // 12 is my lucky number
link|flag
show 1 more comment
vote up 1 vote down

// This interface defines method signatures
interface IWhatever { ... }

link|flag
vote up 16 vote down

I once came up with what I thought was an elegant solution to a particularly sticky problem, in retrospect it was a bit of a mind-bender and made some heavy use of macro programmimg. Years later I found this comment from a maintenance programmer

/*
    Description: The Total Perspective Vortex derives its picture of the
                 whole Universe  on the principle of extrapolated matter
                 analyses.

                 To  explain  -  since every piece of matter in the Universe
                 is in some way affected by every other piece of matter in
                 the  Universe,  it  is  in  theory possible to extrapolate
                 the whole of creation - every sun, every planet, their
                 orbits, their composition and their economic and social
                 history from, say, one small Macro.

                 The man who invented the Total Perspective Vortex did so
                 basically in order to annoy the IT department.

                 Steve Weet - for that was his name - was a dreamer, a
                 thinker, a speculative philosopher or, as some would have
                 it, a slacker.

                 And they would nag him incessantly about the utterly
                 inordinate amount of time he spent staring out into space,
                 or mulling over the mechanics of Chelsea FC, or doing
                 spectrographic analyses of macros.

                 "Have  some  sense  of  proportion!"  they would say,
                 sometimes as often as thirty-eight times in a single day.

                 And so he built the Total Perspective Vortex - just to show
                 them.

                 And into one end he plugged the whole of reality as
                 extrapolated  from one  macro, and into the other
                 end he plugged the IT department: so that when he turned it
                 on they saw in one instant the whole infinity of creation 
                 and theirselves in relation to it.

                 To  Steve Weet's horror, the shock completely annihilated '
                 their brains; but to his satisfaction he realized that he
                 had proved conclusively that if life is going to exist in a
                 Universe of this size, then the one thing it cannot afford
                 to have is a sense of proportion.

*/
link|flag
4  
Oh, so that's where Doug Adams got the idea for his books. – Windows programmer Apr 9 at 23:05
1  
lol. The most horrible form of psychic torture ever devised. – computergeek6 Apr 23 at 4:11
vote up 3 vote down

From a contractor in an application for a UK bank.

// i don't know how this works but it does so i'll leave it here anyway

He also added BNP (British very right wing party) as 1 of the dummy customers for testing... our immediate boss was of Asian ethnicity.

link|flag
vote up 15 vote down

Ages ago I ran into this one:

/***************************************************************************/
/*  deep wizardry. do not touch.                                           */
/*                                                                         */
/*  no seriously.  XXXXXX I'm looking at you. If you screw with this again */
/*  I will kill you with my swingline stapler.                             */
/*                                                                         */
/* ...                                                                     */

And then went on to describe a particularly hairy algorithm.

link|flag
prev 1 9 10 11 12 13 18 next

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