What is the best comment in source code you have ever encountered?
|
517
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
I have no idea why or whether he was wearing ripstop nylon parachute pants while writing the code |
|||
|
|
|
|
In an LKM:
|
|||
|
|
|
|
That one is well-known but I like it (in sys/ufs/ufs_vnops.c:
in the FreeBSD kernel source tree (and even before, back into 4.xBSD) |
|||
|
|
|
|
An HORRIBLE patch for a decode (Translation by italian language):
|
|||
|
|
|
|||
|
|
|
|
I don't have the exact code package anymore, but I remember the comment vividly.
|
|||
|
|
This one i found it in the package "twisted" for Python 2.5 (the file is tcp.py at line 371)
|
|||
|
|
|
|
A few from the Linux kernel:
-
-
|
|||
|
|
Near the top of a unit:
|
|||
|
|
|
|
Back when I worked for Reuters there was a comment in one of our feed handlers that made some people think the Almighty was helping us out...
We found out later that there was a Latin-American contact named Jesus (HeyZus). |
|||
|
|
|
|
I just found this one in a custom Linq provider for .net:
And this one
And i just found this one as well... it just gets better
And this one
|
|||
|
|
|
|
C++ Comment |
||||||||||||
|
|
|
|
|||
|
|
|
|
Quite a while ago I came across some connection script and while I don't remember the syntax I do recall the comments as I'm a Pink Floyd fan. //Attempt Handshake: Hello? This is London calling. Are we reaching you? //Handshake Failed: I don't understand...he just hung up. |
|||
|
|
From C#
#endregion |
|||
|
|
While working on some websites I found this at the start of the embedded JS:
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
Unfortunately it was mine, during my "Must comment everything phase". |
||||
|
|
|
Seen in some COBOL back in 1983:
|
|||
|
|
Great one from leaked Windows 2000 source code :
|
|||
|
|
|
|
|
||||
|
|
|
|
||||||||||||
|
|
|
Taken from the Quake III source, I stumbled across this in some random slashdot posting. Full source of the file can be found here. It's a particularly fast method of calculating an inverse square root. As for the best comment? It's a common one to be sure, but given that it's attached to the line that does the magic is what makes it great.
|
||||||||||||
|
|
|
|
|||
|
|
|
|
In a class named "Bar" (which was a UI Control with a less than descriptive name), the class header: /// <summary>I pity the "foo".</summary> And the Remove() method: /// <summary>A "foo" and his money are soon parted.</summary> Even worse, it was a business partner that pointed it out from the generated documentation. Even worse than that, is those are probably the closest things to useful documentation we ever got out of the guy. |
|||
|
|
|
|
At the bottom of the file:
|
||||||||||||||||
|
|
|
I think I had something of this sort:
ok, so I might have used a stronger word than screwed |
|||
|
|
|
|
|
|||
|
|
|
|
Just added this one today:
|
|||
|
|
