What is the best comment in source code you have ever encountered?
|
506
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
|
|||
|
|
|
|||
|
|
From the 2004 Windows leak,
|
|||
|
|
...it made my boss think someone had hacked in. He didn't know the joke. |
||||
|
|
|
|
||||
|
|
|
|
|||
|
|
|
|
|
||||||||||||
|
|
|
// Catching exceptions is for communists |
|||
|
|
|
|
I still chuckle a little when I read that one... |
|||
|
|
|
|
|
||||
|
|
|
long time; /* just seems that way */ |
|||
|
|
|
|
Classic ASP:
|
||||
|
|
|
For those of you who are, for some peculiar reason, unaware of the DPC, it's the part of your brain that lights-up when you're deeply engaged in learning something new. |
|||
|
|
|
|
Great one from leaked Windows 2000 source code :
|
|||
|
|
|
|
Nothing like an empty catch block to make one feel that the code is robust.... |
|||
|
|
|
|||
|
|
|
|
Once I saw in another discussion something like this:
Clever solution, isn't it :) ? (It's a joke if someone's not sure) |
|||
|
|
|
|||
|
|
I worked with a guy who was raised a Muslim, but had a rather tongue-in-cheek view of the religion. He left this comment above a particularly nasty chunk of code: // I will give you two of my seventy-two virgins if you can fix this. |
|||
|
|
|
|
Top of sqlite source files:
|
|||
|
|
|
|
There was some old javascript code, quite well written tho. Then was a comment line
followed by a function 4 people spent a day to understand what it's doing. Finally we realised it's not even used and does nothing. |
||||
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
From the leaked Win2K source code:
|
|||
|
|
|
|
This is actual code I once had to support. After struggling to comprehend the logic in AstaSaysGooGoo and AstaSaysGaaGaa (where many more astaTempVars were declared and used ) I was ready to give up. I finally looked up and saw the "@author" comment and the whole thing began to makes sense.
PS I changed the actual authors real name so as to avoid me getting in any disputes etc... |
||||||||||||
|
|
|
A comment I added to a PHP CMS I was working on a while back.
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|
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
|
||||||||||||||||
|
|
|
|
|||
|
|
