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 |
|
|
|
|||
|
|
The original Doom had an engine with static walls that could not move; the result was that all doors opened vertically; nothing could ever move horizontally. I burst out laughing when, after the source code was released, I was looking through the code and saw this in the source file for handling doors, at the start of a big block of commented-out code:
|
||||||||||||
|
|
|
from jpgraph |
|||
|
|
|
|
with no other comments |
|||
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|||
|
|
|
|
About the middle of a 30 page xslt
|
||||||||||||
|
|
|
and the rest of the glorious mkentry.c at the IOCCC page. I can't keep laughing every time I read through this source. |
|||
|
|
|
|
Try typing your favourite profanity into google code search, it whiles away many a dull hour. Some of my favourite examples:
and my personal favourite
|
||||
|
|
|
Wish I were kidding. And knowing the developer who wrote the code, I think he meant it literally. |
||||||||||||||||||||
|
|
|
|
||||
|
|
|
here are 4, in no order:
|
|||
|
|
|
|
"This will never happen". Famous last words my friend... |
|||
|
|
(A bunch of code that's really weird looking) //Kludge. |
|||
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
||||||||
|
|
|
A few hours after showing a friend this post from Coding Horror, I saw this comment on his code:
|
|||
|
|
followed by four nested for-loops |
||||||||||||||||
|
|
|
Cookie in this context does not refer to a browser cookie |
|||
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|||
|
|
|
|
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!
|
||||||||
|
|
|
|
||||||||||||||||||||
|
|
|
and:
|
|||
|
|
|
|
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...
|
||||
|
|
|
|
||||
|
|
|
Actually saw this the other day, on some code that was written when there was a deadline rush.
|
|||
|
|
|
|
Classic ASP:
|
||||
|
|
|
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.
|
|||
|
|
|
|
|
|||
|
|
