What is the best comment in source code you have ever encountered?
|
510
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
now guess what happened... |
|||
|
|
found in a joomla module. |
|||
|
|
|
|
|
|||
|
|
|
|
don't know if it it's funny or sad..but one intern I had working with me had this little gem to calculate the price per unit
|
||||||||||||||||
|
|
|
... or die // bitch |
|||
|
|
But No Code ;) |
|||
|
|
|
|
And what do you think? The code below was safely ‘svn removed’. |
|||
|
|
|
|
This is a comment of mine which I found today while refactoring some code
|
||||
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
I just ran into this in some of my own code. It was in a magento admin template for category selection:
I am going to remove the language of course out of our flagship product; but I remember I was super frustrated. If I hadn't left a comment, I would try to revise it but then run into the same problems I had before. |
|||
|
|
Back around the time the Hitchhiker's Guide game was new, I had a case where I was testing whether something was scrollable and whether the user was trying to scroll, in a language that restricted variable length. So: if (scroll and noScroll) # or tea and no tea |
|||
|
|
|
|
|
|||
|
|
this has turned up in my own code a few times. obviously I touched it more than once:
|
|||
|
|
|
|
I discovered this gem when viewing the HTML source of an earlier iteration of the TVNZ website (from line 571 if you're playing along at home):
|
|||
|
|
|
|
It's in the WordPress blog engine (wp-admin/includes/user.php - if anyone actually wants to see the hacky hack itself). |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
In eMule, Preferences.cpp, in the method that forces a minimum upload speed limit proportional to your download speed limit:
|
|||
|
|
|
|
we have since released a 4.0.7, 4.0.8, 4.0.9 and 4.1 version... |
|||
|
|
Mine fave was a variable name inside some of the business logic of a school project written in java.
|
|||
|
|
|
|
Just found this in some Actionscript I have to update...
..great :( |
|||
|
|
|
|
|
|||
|
|
|
|
Once I saw in another discussion something like this:
Clever solution, isn't it :) ? (It's a joke if someone's not sure) |
|||
|
|
This is so much nicer than the scary legal notices and disclaimers you see in many comment headers. From SQLite.
|
|||
|
|
|
|
Classics from the old netscape mozilla code. Personally I like
but there are a lot of other fun ones. |
|||
|
|
|
|
And it was a foul function. I have nightmares about it to this day. |
|||
|
|
|
|
And then -- customer's call saying he sees an error message saying "this error could never happen" |
|||
|
|
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. |
|||
|
|
