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 |
|
|
Unfortunately it was mine, during my "Must comment everything phase". |
||||
|
|
|
|
|||
|
|
|
|||
|
|
|
|
While working on some websites I found this at the start of the embedded JS:
|
|||
|
|
|
|
From C#
#endregion |
|||
|
|
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. |
|||
|
|
|
|||
|
|
|
|
C++ Comment |
||||||||||||
|
|
|
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
|
|||
|
|
|
|
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). |
|||
|
|
|
|
Near the top of a unit:
|
|||
|
|
|
|
A few from the Linux kernel:
-
-
|
|||
|
|
This one i found it in the package "twisted" for Python 2.5 (the file is tcp.py at line 371)
|
|||
|
|
|
|
I don't have the exact code package anymore, but I remember the comment vividly.
|
|||
|
|
|
|||
|
|
|
|
An HORRIBLE patch for a decode (Translation by italian language):
|
|||
|
|
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) |
|||
|
|
|
|
In an LKM:
|
|||
|
|
|
|
I have no idea why or whether he was wearing ripstop nylon parachute pants while writing the code |
|||
|
|
|
|
Somebody complained that the "best" comment was bringing up the worst comments. IMHO, they're funnier, and so "better", but here's the honest best comment I've ever read:
|
||||||||||||||||||||
|
|
|
The favorite comment I ever wrote:
And yes, Amazon actually returns XML like this. |
||||||||
|
|
|
Sometime in the early 1980's we were writing financial modeling code for utilities in PL/I. Got a call from a client with code blowing up right after a comment
The guy had taken our standard set of financial equations and done about 15 pages of algebra to combine a bunch of code into one equation. After Three Mile Island when utilities had to write off their nuclear plants at huge costs the equation failed because of a FIXED BIN 15 (integer) overflow that would not have happened if the algebra hadn't happened. |
||||
|
|
|
|
|||
|
|
|
|
This was the only comment we found in a smartcard product that a previous employer bought in. A load of embedded C and assembler written by a bunch of Dutch cryptography PhDs
(It means something like "really completely stupid"...which didn't help us either) |
|||
|
|
In some assembler, at the end of a line that contained
(get it?) |
||||
|
|
|
|
|||
|
|
|
|
In Latin, "Abandon hope all ye who enter here" from Dante's "Divine Comedy". |
||||
|
|
|
|
||||||||||||
|
|
|
Not quite a comment but a goto label
|
|||
|
|
REM Don't delete this print statement ** will die The process in question was a service in some legacy code |
|||
|
|
