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 one of our projects. /*@ /\ /\ * @ / \/ \ ----- | | ---- |---\ | | /--\ --- | | ---- /--\ /--\ * @ / -- | | | | | / | | | | |\ | | | | * \---\ / \ | |---| ---- |--/ | | \ | | \ | ---- \ \ * | \------------------------/ /-\ \ | | | | | \ | | -\ | | \| | -\ -\ * | \-/ \ | | | ---- |---/ \--/ \--/ --- | \ ---- \--/ \--/ * \ ------O * \ / --- | | ---- /--\ |--\ /--\ /--\ * | | | | / | |\ | | | | | | | | | * | | | |----- ------- | | \ | ---- | | | | | | | /-\ * | |\ /| | \ WWWWWW/ | | \| | | | | | | | | | * | | \ / | | \------- --- | \ | \--/ |--/ \--/ \--/ * | | \--------------/ | | * / | / | * \ \ \ \ * \-----/ \-----/ */ |
|||
|
|
|
|
in a homework assignment in college for a teacher who was particularly adamant that we comment our code:
When the assignment was returned, in red pen next to that comment "Yes, I do" |
|||
|
|
|
|
That was line 2 of a 4000+ line PL/SQL procedure. And the only comment. 4 years after that procedure was developed, later still hadn't come... |
|||
|
|
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|
|
||||||||||||
|
|
|
// 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 :
|
|||
|
|
|
|
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. |
|||
|
|
|
|
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) |
|||
|
|
From the leaked Win2K source code:
|
|||
|
|
|
|
|
|||
|
|
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. |
||||
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
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
|
||||||||||||||||
|
