What is the best comment in source code you have ever encountered?
|
511
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
From Joomla! source:
|
|||
|
|
|
|
From Joomla! source:
|
|||
|
|
|
|
Found this one in front of a class. What followed was a (naive) try to implement an ORM. I still don't understand why he wrote that. |
|||
|
|
|
|
Never rely on a comment... |
||||||||||||
|
|
|
Dennis M Ritchie has a page about some of the ancient UNIX comments here |
|||
|
|
|
|
From a unit testing class in C#:
|
|||
|
|
I saw this comment on someone's code:
I guess he meant to say 'variable' but the mistake made one funny comment... Think of the circular logic here, and the futility of writing it. Yuval =8-) |
|||
|
|
Honest to God:
|
|||
|
|
|
||||
|
|
|
On initialization of a linked list:
Succint and hilarious. |
|||
|
|
|
|
|
|||
|
|
|
|
i++; //increment i |
|||
|
|
|
|
Linux CommentsThere are heaps of good ones here ... These are all comments in linux http://lwn.net/1998/1015/a/f-word.html My Favourites:
|
|||
|
|
|
|
I am particularly guilty of this, embedding non-constructive comments, code poetry and little jokes into most of my projects (although I usually have enough sense to remove anything directly offensive before releasing the code). Here's one I'm particulary fond of, placed far, far down a poorly-designed 'God Object':
I'M SORRY!!!! I just couldn't help myself.....! And another, which I'll admit I haven't actually released into the wild, even though I am very tempted to do so in one of my less intuitive classes:
|
||||||||||||||||||||
|
|
|
I just checked this in the other day...
Where ("..." == "proprietary stuff that I can't post"). I just liked my STERNLY-WORDED-WARNING element. |
|||
|
|
|
|
Followed by some dubious code, and within that code,
Finally,
|
|||
|
|
|
|
I just ran across this one in a really simple test C++ program for a class in college. I was commenting a class. In the destructor...
|
|||
|
|
|
|
on js code:
|
|||
|
|
I once implemented some document workflow using MS SQL Server Developer 2000 (the human workflow stuff). It consisted of a bunch of triggers that would be added to the database to make it follow workflow rules. In one of the triggers, someone at Microsoft had written something along the lines of:
(The internal name of the product was "Grizzly", so I thought that was funny). |
|||
|
|
|
|
I saw this once: //this used to be a comment |
|||
|
|
|
|
Just found this one in some of our PHP code
How useful, luckily $s was self explanatory |
|||
|
|
|
|
I find it more pleasingly illustrative with the longer saying ^^ |
||||
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
From Apache Xalan source code:
Further reading on The Daily WTF. |
||||
|
|
|
This one was amusing for others but less so for me. I had inherited the code (which was ASP) from a developer who had himself inherited it. The first programmer had created some very hard to understand code. The second developer had added a comment as follows (names hidden to protect the not-so-innocent):
So why didn't I find it amusing? Well, it was ASP code for a customer's intranet. ...and it was the customer who highlighted the comment to me. :-( |
|||
|
|
|
|
|
|||
|
|
|
|
Not code comments, but SVN commit comments on the same file: First commit (following of dozens of others after results coming back from testers):
2nd commit:
3rd:
4th:
And 5th:
Yes, I was tired of "Fixed bug". |
|||
|
|
|
|
|
|||
|
|
