What is the best comment in source code you have ever encountered?
|
513
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
I once implemented some document workflow using MS SQL Server Developer 2000 (the human workflow stuff). It consisted of a bunch of triggers that would be added to the database to make it follow workflow rules. In one of the triggers, someone at Microsoft had written something along the lines of:
(The internal name of the product was "Grizzly", so I thought that was funny). |
|||
|
|
|
|
on js code:
|
|||
|
|
I just ran across this one in a really simple test C++ program for a class in college. I was commenting a class. In the destructor...
|
|||
|
|
|
|
Followed by some dubious code, and within that code,
Finally,
|
|||
|
|
|
|
I just checked this in the other day...
Where ("..." == "proprietary stuff that I can't post"). I just liked my STERNLY-WORDED-WARNING element. |
|||
|
|
|
|
I am particularly guilty of this, embedding non-constructive comments, code poetry and little jokes into most of my projects (although I usually have enough sense to remove anything directly offensive before releasing the code). Here's one I'm particulary fond of, placed far, far down a poorly-designed 'God Object':
I'M SORRY!!!! I just couldn't help myself.....! And another, which I'll admit I haven't actually released into the wild, even though I am very tempted to do so in one of my less intuitive classes:
|
||||||||||||||||||||
|
|
|
Linux CommentsThere are heaps of good ones here ... These are all comments in linux http://lwn.net/1998/1015/a/f-word.html My Favourites:
|
|||
|
|
|
|
i++; //increment i |
|||
|
|
|
|
|
|||
|
|
|
|
On initialization of a linked list:
Succint and hilarious. |
|||
|
|
|
|
|
||||
|
|
|
Honest to God:
|
|||
|
|
I saw this comment on someone's code:
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-) |
|||
|
|
From a unit testing class in C#:
|
|||
|
|
Dennis M Ritchie has a page about some of the ancient UNIX comments here |
|||
|
|
|
|
Never rely on a comment... |
||||||||||||
|
|
|
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 Joomla! source:
|
|||
|
|
|
|
From Joomla! source:
|
|||
|
|
|
|
REM Don't delete this print statement ** will die The process in question was a service in some legacy code |
|||
|
|
|
|
Not quite a comment but a goto label
|
|||
|
|
|
|
|
||||||||||||
|
|
|
In Latin, "Abandon hope all ye who enter here" from Dante's "Divine Comedy". |
||||
|
|
|
|
|||
|
|
|
|
In some assembler, at the end of a line that contained
(get it?) |
||||
|
|
|
This was the only comment we found in a smartcard product that a previous employer bought in. A load of embedded C and assembler written by a bunch of Dutch cryptography PhDs
(It means something like "really completely stupid"...which didn't help us either) |
|||
|
|
|
|||
|
|
|
|
Sometime in the early 1980's we were writing financial modeling code for utilities in PL/I. Got a call from a client with code blowing up right after a comment
The guy had taken our standard set of financial equations and done about 15 pages of algebra to combine a bunch of code into one equation. After Three Mile Island when utilities had to write off their nuclear plants at huge costs the equation failed because of a FIXED BIN 15 (integer) overflow that would not have happened if the algebra hadn't happened. |
||||
|
|
|
The favorite comment I ever wrote:
And yes, Amazon actually returns XML like this. |
||||||||
|
|
|
Somebody complained that the "best" comment was bringing up the worst comments. IMHO, they're funnier, and so "better", but here's the honest best comment I've ever read:
|
||||||||||||||||||||
|
