What is the best comment in source code you have ever encountered?
|
499
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
About 10 years ago I was working at image processing, scanning microscope video frames to detect cell movement. I was working at a particulary intricated function and decided to go out and have a drink with friends. When I came back home I worked a little bit but not too much because I was drunk. The morning after I found a 10-line completely messed-up function with the following comment (obviously written by my other self):
The strangest part was that it even worked. |
||||
|
|
|
Cookie in this context does not refer to a browser cookie |
|||
|
|
|
|
But the code is still there... |
|||
|
|
|
|
From a lad that clearly had been watching Monty Python:
|
|||
|
|
|
|
Exhibit a:
Exhibit B:
|
|||
|
|
|
|
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). |
|||
|
|
|
|
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." |
|||
|
|
|
|
|
|||
|
|
My favorite (which I must admit I've used many times):
|
|||
|
|
|
|
|
|||
|
|
|
|
First two lines of a file called monitoring.sh:
|
|||
|
|
|
|
|
|||
|
|
|
|
// This should fix something that should never happen |
|||
|
|
|
|
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. |
||||
|
|
|
Stating the obvious?
|
|||
|
|
This comment was in a unit containing interfaces which were used to bind communication between the main application and various 3rd party drivers.
|
|||
|
|
|
|
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? |
||||
|
|
|
|
||||
|
|
|
In the header of an XSLT file: DON'T TOUCH THIS SCRIPT -> XSLT is like arcane, black magic |
|||
|
|
That one is by Donald Knuth. |
||||
|
|
|
// Houston, we have a problem |
|||
|
|
|
|
|
|||
|
|
In a large investment bank that required all application outages be logged and commented I saw
|
|||
|
|
