What is the best comment in source code you have ever encountered?
|
526
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
Well, these are mine, so WTF is me, as CodingHorror said:
I once left a comment like so in some ASP:
As it happens, [CustomerName] didn't change his mind, but he DID have access to the web server, and he DID find that line... |
|||
|
|
|
|
managed to insert this bad pun into our code
|
|||
|
|
|
|||
|
|
|
|
From the UNIX Version 6 Source Code, circa 1975:
|
|||
|
|
|
|
Written by a colleague above a query in desperate need of optimization. In his defense, we'd all been working 70-hour weeks for a few months at that point... |
|||
|
|
|
|
While debugging someone else JavaScript I've seen the following comment:
But while reading one post of Scott Hanselmen I came across the following quote that goes very well with the comments I found inside the code:
That's funny :) |
|||
|
|
|
|
I recently saw this:
if you don't know what the game is: http://en.wikipedia.org/wiki/The_Game_(mind_game) (it's very silly, but silly in a interesting in a way) |
|||
|
|
This is so much nicer than the scary legal notices and disclaimers you see in many comment headers. From SQLite.
|
|||
|
|
|
|
I've seen this code in a function FULL of Explicit weird casts:
The code was horrendous :) |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
public static final void attachListener(Object listener) { /* ======================= */ // This does nothing, continue searching /* ======================= */ ... painful with listeners! |
|||
|
|
|
|
my favorite was something like this # commented out ... ### end of the formerly uncommented #2001-02-22 John Doe |
|||
|
|
|
|
|
|||
|
|
|
|
|
||||
|
|
|
A funny typo that was strangely appropriate:
|
|||
|
|
|
|
Not really a comment:
Sad thing is that without the comment, PSCRIPT5.DLL really did blow up ... |
|||
|
|
where pissed = drunk |
|||
|
|
|
|
|
|||
|
|
|
|
In SJ CA back during the early days of the auction business I worked with a guy named Rick Dorin. He wrote compilers back when you had to poke at cards all day long. One of his error messages was "Too Many Errors... Make fewer!" |
|||
|
|
|
|
This is one from my own code, but it's still really funny, and I figure I might as well put it up because it's in public SVN.
|
|||
|
|
|
|
|
|||
|
|
|
|
In an LKM:
|
|||
|
|
|
|
Just found this one in some of our PHP code
How useful, luckily $s was self explanatory |
|||
|
|
|
|
I once worked on the source code of Windows 3.0. (Not, I hasten to add, as a Microsoft employee!) There I came across a file loader that went re-entrant multiple times, and had one example of some nasty punning (just to show how clever the author was). This mess of re-entrant code was executed with an Intel assembly jmp instruction (in the middle of C code), which went to the label "we_are_not_in_kansas_any_more_toto". |
|||
|
|
Found this one in front of a class. What followed was a (naive) try to implement an ORM. I still don't understand why he wrote that. |
|||
|
|
|
|
From a contractor in an application for a UK bank.
He also added BNP (British very right wing party) as 1 of the dummy customers for testing... our immediate boss was of Asian ethnicity. |
|||
|
|
|
|
No other comments anywhere. To this day I don't know what "it" was. |
|||
|
|
// This condition can't happen. Call the police or something. |
|||
|
|
