vote up 358 vote down star
511

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 2 3 4 5 18 next
vote up 44 vote down
     * ...and don't just declare it volatile and think you've solved
     * the problem. You young punks think you know what volatile
     * means... why in my day we had to cast it volatile uphill
     * both ways, and the code still didn't work! Whippersnappers...

link|flag
show 1 more comment
vote up 44 vote down
            } catch (PartInitException pie) {
                // Mmm... pie
link|flag
show 3 more comments
vote up 43 vote down

on leaving my last job I embedded some ascii art into the source...


                                      ,_-=(!7(7/zs_.             
                                   .='  ' .`/,/!(=)Zm.           
                     .._,,._..  ,-`- `,\ ` -` -`\\7//WW.         
                ,v=~/.-,-\- -!|V-s.)iT-|s|\-.'   `///mK%.        
              v!`i!-.e]-g`bT/i(/[=.Z/m)K(YNYi..   /-]i44M.       
            v`/,`|v]-DvLcfZ/eV/iDLN\D/ZK@%8W[Z..   `/d!Z8m       
           //,c\(2(X/NYNY8]ZZ/bZd\()/\7WY%WKKW)   -'|(][%4.      
         ,\\i\c(e)WX@WKKZKDKWMZ8(b5/ZK8]Z7%ffVM,   -.Y!bNMi      
         /-iit5N)KWG%%8%%%%W8%ZWM(8YZvD)XN(@.  [   \]!/GXW[      
        / ))G8\NMN%W%%%%%%%%%%8KK@WZKYK*ZG5KMi,-   vi[NZGM[      
       i\!(44Y8K%8%%%**~YZYZ@%%%%%4KWZ/PKN)ZDZ7   c=//WZK%!      
      ,\v\YtMZW8W%%f`,`.t/bNZZK%%W%%ZXb*K(K5DZ   -c\\/KM48       
      -|c5PbM4DDW%f  v./c\[tMY8W%PMW%D@KW)Gbf   -/(=ZZKM8[       
      2(N8YXWK85@K   -'c|K4/KKK%@  V%@@WD8e~  .//ct)8ZK%8`       
      =)b%]Nd)@KM[  !'\cG!iWYK%%|   !M@KZf    -c\))ZDKW%`        
      YYKWZGNM4/Pb  '-VscP4]b@W%     'Mf`   -L\///KM(%W!         
      !KKW4ZK/W7)Z. '/cttbY)DKW%     -`  .',\v)K(5KW%%f          
      'W)KWKZZg)Z2/,!/L(-DYYb54%  ,,`, -\-/v(((KK5WW%f           
       \M4NDDKZZ(e!/\7vNTtZd)8\Mi!\-,-/i-v((tKNGN%W%%            
       'M8M88(Zd))///((|D\tDY\\KK-`/-i(=)KtNNN@W%%%@%[           
        !8%@KW5KKN4///s(\Pd!ROBY8/=2(/4ZdzKD%K%%%M8@%%           
         '%%%W%dGNtPK(c\/2\[Z(ttNYZ2NZW8W8K%%%%YKM%M%%.          
           *%%W%GW5@/%!e]_tZdY()v)ZXMZW%W%%%*5Y]K%ZK%8[          
            '*%%%%8%8WK\)[/ZmZ/Zi]!/M%%%%@f\ \Y/NNMK%%!          
              'VM%%%%W%WN5Z/Gt5/b)((cV@f`  - |cZbMKW%%|          
                 'V*M%%%WZ/ZG\t5((+)L\'-,,/  -)X(NWW%%           
                      `~`MZ/DZGNZG5(((\,    ,t\\Z)KW%@           
                         'M8K%8GN8\5(5///]i!v\K)85W%%f           
                           YWWKKKKWZ8G54X/GGMeK@WM8%@            
                            !M8%8%48WG@KWYbW%WWW%%%@             
                              VM%WKWK%8K%%8WWWW%%%@`             
                                ~*%%%%%%W%%%%%%%@~               
                                   ~*MM%%%%%%@f`                 
                                       '''''                     

link|flag
2  
its an Escherian knot...like all good ASCII art it works best when you are tired and your vision has gone a little blurry! – Mauro Oct 28 '08 at 19:04
9  
And by 'embedded', you mean 'injected'. And by 'source', you really mean 'boot sector'. Right? – Jens Roland Jan 27 at 0:23
show 6 more comments
vote up 43 vote down
virgin = 0;     /* you're not a virgin anymore, sweety */
link|flag
vote up 42 vote down
    #Christmas tree initializer  
    toConnect = []  
    toRead =   [  ]  
    toWrite = [    ]   
    primes = [      ]  
    responses = {}  
    remaining = {}
link|flag
vote up 40 vote down

on js code:

// hack for ie browser (assuming that ie is a browser)
link|flag
11  
ie is not a browser, it's a monsturous html viewer that enjoys torturing web developers! – hasen j Mar 16 at 11:07
1  
but there are ever firefox/chrome/safari - better than a M$ product – GIANCARLO Apr 24 at 9:12
show 2 more comments
vote up 39 vote down
// John! If you'll svn remove this once more,
// I'll shut you, for God's sake!
// That piece of code is not “something strange”!
// That is THE AUTH VALIDATION.

And what do you think? The code below was safely ‘svn removed’.

link|flag
vote up 38 vote down

... or die // bitch

link|flag
show 1 more comment
vote up 35 vote down
Repeat
    ...
Until (JesusChristsReturn) ' Not sure
link|flag
show 1 more comment
vote up 35 vote down
//There can Only Be one HIGHLAN....err..Singleton
public class SomeSingleton
{
...
}
link|flag
show 2 more comments
vote up 34 vote down

A classic case of why you shouldn't off shore your software development:

public class Contact
{
    //...    

    /// <summary>
    /// Gets or sets the name of the first.
    /// </summary>
    /// <value>The name of the first.</value>
    public string FirstName
    {
        get { return _firstName; }
        set { _firstName = value; }
    }
}
link|flag
1  
@Rinat - pretty sure Martin was commenting on the coder's apparent lack of understanding of what exactly a "first name" is. – Michael Petrotta Oct 9 '08 at 18:20
5  
This was created using GhostDoc. This would be the default comment created by the addin. – Craig Wilson Oct 10 '08 at 1:10
1  
I hadn't considered that the developer may have used a comment generator. Why would anyone use such a thing? Surely it would be impossible for a tool to generate any more information than can be determined from the property declaration, so why bother? – Martin Brown Oct 10 '08 at 15:58
6  
So that your boss/client who wants every stupid getter and setter documented is happy – Luka Marinko Oct 11 '08 at 20:37
1  
offshoring - we hired Russian developers once to write a reporting engine... when contract renegotiating time came up, we realised all the comments were in Russian. Shame I don't have the code to show :( – gbjbaanb Mar 29 at 14:33
show 8 more comments
vote up 34 vote down
// Any maintenance developer who can't quote entire Monty Python
// movies from memory has no business being a developer. 
const string LancelotsFavoriteColor = "$0204FB"
link|flag
10  
The real WTF is that he didn't use the Color class. Wait... wrong site. – Fowl Apr 19 at 10:56
show 1 more comment
vote up 34 vote down
    /* Mark: If there's one thing you learn from this code, it is this...
   Never, ever fly Air France.  Their customer service is absolutely
   the worst.  I've never heard the words "That's not my problem" as 
   many times as I have from their staff -- It should, without doubt
   be their corporate motto if it isn't already.  Don't bother giving 
   them business because you're just a pain in their side and they
   will be sure to let you know the first time you speak to them.

   If you ever want to make me happy just tell me that you, too, will
   never fly Air France again either (in spite of their excellent
   cuisine). 

   Update by oej: The merger with KLM has transferred this
   behaviour to KLM as well. 
   Don't bother giving them business either...

   Only if you want to travel randomly without luggage, you
   might pick either of them.
   */
link|flag
show 2 more comments
vote up 33 vote down

Another classic, by Donald Knuth no less:

Beware of bugs in the above code; I have only proved it correct, not tried it.

link|flag
1  
Not actually a comment: www-cs-faculty.stanford.edu/~knuth/faq.html/… – mjs Apr 20 at 10:17
vote up 33 vote down
// human madable inconvenient. Way too sucks.

I still don't fully understand what it means, but I have found it to be very true about a lot of code.

link|flag
2  
The funniest comments are the ones that add ambiguity. – __ Oct 11 '08 at 18:52
show 4 more comments
vote up 31 vote down
// The ratio of a circle's circumference to its diameter.  Remember to change
// this to 3.0 if you move to a site in Indiana.

#define Pi                                      3.1415927
link|flag
3  
I'm more impressed with the mind-boggling amount of space in that #define. I almost thought Pi was defined to nothing. – Branan Feb 2 at 23:10
1  
This one is ironically funny too. It ridicules Indiana about rounding pi to 1 digit when the very code given does the same thing to only a few more decimal places. – JohnFx Feb 13 at 1:04
8  
I wasn't familiar with the reference, so I wikipediad it: en.wikipedia.org/wiki/Indiana_Pi_Bill – thomasrutter Apr 23 at 2:41
show 2 more comments
vote up 31 vote down

this has turned up in my own code a few times. obviously I touched it more than once:

// TODO: Fix this.  Fix what?
link|flag
vote up 30 vote down
class Act //That's me!!!
{

}
link|flag
1  
+1, Out of all the ones I've read so far, this one made me laugh out loud – Michael G Apr 9 at 21:30
vote up 30 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 29 vote down

Simple but effective comment, before a less than safe hack in some C++ code

// yikes
link|flag
show 1 more comment
vote up 29 vote down

Our DBA found this in the middle of a 3000 line stored procedure written by a third party.

/* IF DOLPHINS ARE SO SMART, HOW COME THEY LIVE IN IGLOOS? */
link|flag
show 1 more comment
vote up 28 vote down

On the linux 1.0 kernel scheduler (sched.c):

Djikstra probably hates me.

/*
 *  'schedule()' is the scheduler function. It's a very simple and nice
 * scheduler: it's not perfect, but certainly works for most things.
 * The one thing you might take a look at is the signal-handler code here.
 *
 *   NOTE!!  Task 0 is the 'idle' task, which gets called when no other
 * tasks can run. It can not be killed, and it cannot sleep. The 'state'
 * information in task[0] is never used.
 *
 * The "confuse_gcc" goto is used only to get better assembly code..
 * Djikstra probably hates me.
 */
asmlinkage void schedule(void)

(...)

link|flag
1  
Djikstra -> Dijkstra – tuinstoel Jul 22 at 17:21
vote up 28 vote down
def format_ticket_content(text, recursive = true)
  if text.is_a?(TicketNote)
    note = text
    text = note.content
  else
    note = nil
  end

  ## Safety pig has arrived!
  text = h(text)
  ##                               _
  ##  _._ _..._ .-',     _.._(`))
  ## '-. `     '  /-._.-'    ',/
  ##    )         \            '.
  ##   / _    _    |             \
  ##  |  a    a    /              |
  ##  \   .-.                     ;  
  ##   '-('' ).-'       ,'       ;
  ##      '-;           |      .'
  ##         \           \    /
  ##         | 7  .__  _.-\   \
  ##         | |  |  ``/  /`  /
  ##        /,_|  |   /,_/   /
  ##           /,_/      '`-'
  ##
link|flag
4  
Awesome...I like how the pig's entrance gets announced... – KG Apr 23 at 22:49
vote up 28 vote down
// The following strings are meant to be funny.  Do not edit these strings
// unless you are funny, too.  If you don't know if you're funny, you're
// not funny.  If fewer than 2 people unrelated to you have told you that 
// you're funny, you're not funny.
link|flag
vote up 27 vote down

From the 2004 Windows leak,

__inline BOOL
SearchOneDirectory(
                  IN  LPSTR Directory,
                  IN  LPSTR FileToFind,
                  IN  LPSTR SourceFullName,
                  IN  LPSTR SourceFilePart,
                  OUT PBOOL FoundInTree
                  )
{
    //
    // This was way too slow. Just say we didn't find the file.
    //
    *FoundInTree = FALSE;
    return(TRUE);
}
link|flag
show 1 more comment
vote up 26 vote down

I have used this one on more than one occasion, when I've done some kind of non-obvious simplification to a mathematical formula that I don't feel like documenting:

//this formula is right, work out the math yourself if you don't believe me
link|flag
3  
That's fine, but how about adding some tests to prove it. I had precisely that situ last night: found maths code (written by me) that I didn't believe could work - but the unit tests proved it did. – endian Oct 9 '08 at 12:18
1  
This is good if you are right, extremely bad if you happen to have made a mistake. Better to have tests back it up. – TM Oct 10 '08 at 2:42
vote up 26 vote down
//ALL YOUR BASE ARE BELONG TO US

...it made my boss think someone had hacked in. He didn't know the joke.

link|flag
4  
you showed your boss some random comment in some source code? – Klathzazt Nov 18 '08 at 14:40
show 1 more comment
vote up 26 vote down

//You are not expected to understand this

classic.

link|flag
2  
//You are not meant to understand why. – mdec Oct 12 '08 at 7:47
vote up 26 vote down

I saw this comment on someone's code:

// This comment is self explanatory.

I guess he meant to say 'variable' but the mistake made one funny comment... Think of the circular logic here, and the futility of writing it.

Yuval =8-)

link|flag
show 1 more comment
vote up 26 vote down
// If you're reading this, that means you have been put in charge of my previous project.
// I am so, so sorry for you. God speed.
link|flag
prev 1 2 3 4 5 18 next

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