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 |
|
|
Back when I worked for Reuters there was a comment in one of our feed handlers that made some people think the Almighty was helping us out...
We found out later that there was a Latin-American contact named Jesus (HeyZus). |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
My favorite (which I must admit I've used many times):
|
|||
|
|
|
|
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?)
} |
||||
|
|
|
|
|||
|
|
|
|
First two lines of a file called monitoring.sh:
|
|||
|
|
|
|
|
|||
|
|
|
|
Some time ago I came across:
|
|||
|
|
Stating the obvious?
|
|||
|
|
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 |
|||
|
|
But the code is still there... |
|||
|
|
|
|
From a lad that clearly had been watching Monty Python:
|
|||
|
|
|
|
Exhibit a:
Exhibit B:
|
|||
|
|
|
|
From Apache Xalan source code:
Further reading on The Daily WTF. |
||||
|
|
|
|
|||
|
|
|
|
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." |
|||
|
|
|
|
Before very long procedure :) |
|||
|
|
|
|
// This should fix something that should never happen |
|||
|
|
|
|
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). |
|||
|
|
|
|
and:
|
|||
|
|
|
|
I found this when re-using a PHP class I wrote a fair amount of time ago. I still cant remember what went there and I still have found no use for it... I actually don't even remember me writing that comment; so I literally laughed out loud when I found it.
|
|||
|
|
|
|
Found in the JUnit API:
|
|||
|
|
|
|
Some of the very few comments in 5000+ lines of code in one file
I love the switch!
and no, there are no comments explaining what "modif A" is in the header.
and what's 720? |
||||
|
|
|
That one is by Donald Knuth. |
||||
|
|
|
// Houston, we have a problem |
|||
|
|
|
|
|
|||
