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 |
|
|
|
|||
|
|
|
|
I don't have the code to share, but imagine this scenario. About a month or two after our Linux Sys Admin left for greener pastures, I had the pleasure of opening a shell script he'd written. I can't recall why I needed to edit it, but that's not what matters. What's important is that the script was about 40 lines long. I scrolled past the commenting (of which there were 37 lines) to reach the actual working code (3 lines). The code was great, but I was curious - why 37 lines of commenting? So, I scrolled to the top and proceeded to read. To my surprise, the commenting was a rap about what the three lines of code did and how to change it. The best part - it was a partial rip off of Nothing But A G Thing by Dr. Dre and Snoop D O DOUBLE G. Thanks Brian! |
|||
|
|
|
|
|
|||
|
|
|
|
This whole function is pretty great (from the Linux sunhme.c driver, for the network card nicknamed the Happy Meal by Sun. Because the card that came before that was the "Big MAC". Get it? Get it?)
} |
||||
|
|
|
From an image cropping function using GD in PHP from a person who's identity will never be revealed! |
|||
|
|
|
|
Don't recall where I've seen these:
and (in code to create some sort of UNIX daemon):
|
|||
|
|
|
|
That, and...
|
|||
|
|
|
|
|
|||
|
|
|
|
In some really crappy vb code (I know it is all crappy but) I found this a comment in an empty if control block that said something like:
|
|||
|
|
|
|
A compilation of my greatest hits:
|
|||
|
|
|
|
My favorite comment of all time was used by a gay friend of mine. He liked to mark all of his TODO comments in VB.NET as - 'TODO: Matt Damon Sometimes additional information was provided but not usually. |
|||
|
|
|
|
I found this on Google Code Search
|
|||
|
|
|
|
/* Here I sit, Joe broken hearted, came to do some sh*t, but only just started. */ In regards to some heavy regular expression input validation. |
|||
|
|
|
|
|
||||||||||||||||
|
|
|
From a dating website... |
|||
|
|
From the UNIX Version 6 Source Code, circa 1975:
|
|||
|
|
|
|
|
||||
|
|
|
What do you think you're doing, Dave? |
|||
|
|
|
|
//FIXME: fix this before the 1.0 release they were on version 4 |
|||
|
|
|
|
I don't have access to the original file because I don't work there anymore, but it was something very similar to this picture. It was at the top of a file that always caused troubles, that we had to fix but not allowed to take the time to really fix. (University politics) |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
$dnstime = time() + 60 * 60 * 24 * 7 * 2; //how long are you staying for vacation on mars? twooo weeeeeks. give dees people air |
|||
|
|
|
|
I always liked what Paul DiLascia wrote in his file headers:
|
|||
|
|
|
|
/* * Wirzenius wrote this portably, Torvalds fucked it up :-) */ |
|||
|
|
|
|
From the 2004 Windows leak,
|
|||
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
From the Linux Kernel source: linux/include/asm-i386/hw_irq.h:
|
|||
|
|
|
|
|
|||
|
|
