What is the best comment in source code you have ever encountered?
|
520
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
managed to insert this bad pun into our code
|
|||
|
|
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... |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
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. |
||||
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
In an art asset export tool, I stumble upon a complete translator from digits (arabic) numbers to roman numbers. It looked like this:
The team of the person that wrote this code had been crunching for a long time, I guess it affected their sanity. |
||
|
|
Somewhere from the facebook api. |
|||
|
|
|
|
BerkeleyDB
|
|||
|
|
|
|
'On Error Goto Hell. |
|||
|
|
|
|
We have a file and half way down it a programmer trying to make sense of the mess managed to move all the nonsense code to the bottom, and left a comment of something like:
Another programmer left a series of nested namespaces that acted like a which-way-book, so that you could drill into the namespaces in the idea and choose your actions. |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
In drivers/net/sunhme.c (Linux kernel):
|
|||
|
|
//Dear future me. Please forgive me. //I can't even begin to express how sorry I am. |
||||||||
|
|
|
|
||
|
|
|
|
Back in college:
It was highlighted in a printed source when we went to review with the professor. The reason: some really nasty bug related to a buffer overflow, that affected an unrelated variable with a file handler in other place of the code. Moving the variable would make it work again. |
|||
|
|
|
|
And then -- customer's call saying he sees an error message saying "this error could never happen" |
|||
|
|
And it was a foul function. I have nightmares about it to this day. |
|||
|
|
|
|
Classics from the old netscape mozilla code. Personally I like
but there are a lot of other fun ones. |
|||
|
|
|
|
This is so much nicer than the scary legal notices and disclaimers you see in many comment headers. From SQLite.
|
|||
|
|
|
|
Once I saw in another discussion something like this:
Clever solution, isn't it :) ? (It's a joke if someone's not sure) |
|||
|
|
|
|||
|
|
|
|
Just found this in some Actionscript I have to update...
..great :( |
|||
|
|
|
|
Mine fave was a variable name inside some of the business logic of a school project written in java.
|
|||
|
|
|
|
we have since released a 4.0.7, 4.0.8, 4.0.9 and 4.1 version... |
|||
|
|
In eMule, Preferences.cpp, in the method that forces a minimum upload speed limit proportional to your download speed limit:
|
|||
|
|
