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 |
|
|
Comment in our Enterprise Class system used for Government purposes
Good ole RH.....company Prez/Lead Developer |
|||
|
|
|
|
|
|||
|
|
|
|||
|
|
|
|
|
|||
|
|
|
||||||||||||||||
|
|
|
-- Change Log: Not needed. The code is perfect 'cause I wrote it. --If you change it, it will break. I'm in the middle of reviewing some code comments to check they make sense, and saw the modest line above. |
|||
|
|
|
|
|
|||
|
|
A classic case of why you shouldn't off shore your software development:
|
||||||||||||||||||||
|
|
|
|
||||
|
|
|
|
||||||||||||
|
|
|
|
||||||||||||||||||||
|
|
|
|
|||
|
|
|
|
Seen in the source code for LucasArts' computer game 'The Eidolon' (Which was wierd and wacky in it's own right)...
|
|||
|
|
|
|
Spelunking through the Hardware Abstraction Layer while working for a certain Finnish Mobile Network Equipment Manufacturer I found 100+ occurrences of the Finnish word "puukko". A 'puukko' is an all purpose knife that every Finn has in their toolbox or around the house. It is used for everything from pealing potatoes to performing computer repairs (my observations). I believe in this context it is the Finnish equivalent of the word 'Hack'. My Finnish colleagues denied this and said it meant something more like 'surgical procedure/intervention'... and I almost believed them until I found the comment: /* Perkele ISO Puukko! */ -> Fucking Big Hack! |
|||
|
|
|
|
Some of the very few comments in 5000+ lines of code in one file
I love the switch!
and no, there are no comments explaining what "modif A" is in the header.
and what's 720? |
||||
|
|
|
|
||||||||||||||||||||
|
|
|
Found in the JUnit API:
|
|||
|
|
|
|
One of the most classic ones is the comment made by Pierre de Fermat about his well-known "Last theorem": "The margin of this page is a bit too small to write down the proof". It took more than 350 years before the proof was found... (According to wikipedia this is the original text:)
...and translated into English:
|
||||||||||||||||||||
|
|
|
LANGUAGE!
...
|
||||||||||||||||
|
|
|
|
|||
|
|
|
|
I found this when re-using a PHP class I wrote a fair amount of time ago. I still cant remember what went there and I still have found no use for it... I actually don't even remember me writing that comment; so I literally laughed out loud when I found it.
|
|||
|
|
|
|
Classic ASP:
|
||||
|
|
|
Actually saw this the other day, on some code that was written when there was a deadline rush.
|
|||
|
|
|
|
|
||||
|
|
|
Fresh out of college, I was eager to get my hands dirty. My first task was... "comment this code for me". Fucker. After awhile I got bored with it...
|
||||
|
|
|
and:
|
|||
|
|
|
|
|
||||||||||||||||||||
|
|
|
I went through a sleep-deprived coding run and started only writing comments that were quotes from Fight Club. Still trawling through the code years later I find a comment that makes me laugh. Most of them just random thoughts. I did however keep my comments to lines ratio pretty good!
|
||||||||
|
|
|
|
|||
|
|
|
|
|
||||||||||||||||||||
|
