What is the best comment in source code you have ever encountered?
|
594
|
|||
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
|
|
A modification log I noticed in a legacy code
|
|||
|
|
|
|
|
|||
|
|
|
|
Stating the obvious?
|
|||
|
|
|
|
Actually saw this the other day, on some code that was written when there was a deadline rush.
|
|||
|
|
|
|
I think I had something of this sort:
ok, so I might have used a stronger word than screwed |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
My favorite (which I must admit I've used many times):
|
|||
|
|
|
|
First two lines of a file called monitoring.sh:
|
|||
|
|
|
|
|
|||
|
|
|
|
Before very long procedure :) |
|||
|
|
|
|
My favorite is from the late, great Paul DiLascia: // Author: If this code works, it was written by Paul DiLascia. If not then I don't know who wrote it. |
||||
|
|
|
From a battery monitor module in an embedded system:
|
|||
|
|
|
|
This whole function is pretty great (from the Linux sunhme.c driver, for the network card nicknamed the Happy Meal by Sun. Because the card that came before that was the "Big MAC". Get it? Get it?)
} |
||||
|
|
|
This was actually made by me when I was implementing a prototype turned into real code:
Yes, someone smarter than me actually refactored the code afterwards (it had to have a good ending). |
|||
|
|
|
|
Cookie in this context does not refer to a browser cookie |
|||
|
|
|
|
|
||||
|
|
|
In the header of an XSLT file: DON'T TOUCH THIS SCRIPT -> XSLT is like arcane, black magic |
|||
|
|
That one is by Donald Knuth. |
||||
|
|
|
But the code is still there... |
|||
|
|
|
|
From a lad that clearly had been watching Monty Python:
|
|||
|
|
|
|
// Houston, we have a problem |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
Exhibit a:
Exhibit B:
|
|||
|
|
|
|
From Apache Xalan source code:
Further reading on The Daily WTF. |
||||
|
|
|
I had to add this one to our old datatable-driven rules engine before I decided to replace it with a scripting language.
|
|||
|
|
|
|
And then -- customer's call saying he sees an error message saying "this error could never happen" |
|||
|
|
|
|
|
|||
|
|
|
|
Written by one of our Chinese programmers, for whom English was not his first language. I really liked this one. I happen to think "walkaround" is almost a better term than "workaround." |
|||
|
|
