What is the best comment in source code you have ever encountered?
|
locked by Tim Post♦ May 19 at 5:53
This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.
closed as not constructive by Bill the Lizard♦ Aug 4 '11 at 12:13
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
|
|||||
|
|
|||||
|
|
This is actual code I once had to support. After struggling to comprehend the logic in AstaSaysGooGoo and AstaSaysGaaGaa (where many more astaTempVars were declared and used ) I was ready to give up. I finally looked up and saw the "@author" comment and the whole thing began to makes sense.
PS I changed the actual authors real name so as to avoid me getting in any disputes etc... |
|||||||||||||
|
|
|||||
|
|
From the source code of the UNIX flavor of the Netscape web browser, circa 1997:
Such pearls were unfortunately removed before Moz went open-source ... |
|||||||||||||
|
|
||||
|
|
|
There was some old javascript code, quite well written tho. Then was a comment line
followed by a function 4 people spent a day to understand what it's doing. Finally we realised it's not even used and does nothing. |
|||||
|
|
|||||
|
|
This comment was in a unit containing interfaces which were used to bind communication between the main application and various 3rd party drivers.
|
||||
|
|
Nothing like an empty catch block to make one feel that the code is robust.... |
|||||
|
That was line 2 of a 4000+ line PL/SQL procedure. And the only comment. 4 years after that procedure was developed, later still hadn't come... |
||||
|
|
|
I once came up with what I thought was an elegant solution to a particularly sticky problem, in retrospect it was a bit of a mind-bender and made some heavy use of macro programmimg. Years later I found this comment from a maintenance programmer
/*
Description: The Total Perspective Vortex derives its picture of the
whole Universe on the principle of extrapolated matter
analyses.
To explain - since every piece of matter in the Universe
is in some way affected by every other piece of matter in
the Universe, it is in theory possible to extrapolate
the whole of creation - every sun, every planet, their
orbits, their composition and their economic and social
history from, say, one small Macro.
The man who invented the Total Perspective Vortex did so
basically in order to annoy the IT department.
Steve Weet - for that was his name - was a dreamer, a
thinker, a speculative philosopher or, as some would have
it, a slacker.
And they would nag him incessantly about the utterly
inordinate amount of time he spent staring out into space,
or mulling over the mechanics of Chelsea FC, or doing
spectrographic analyses of macros.
"Have some sense of proportion!" they would say,
sometimes as often as thirty-eight times in a single day.
And so he built the Total Perspective Vortex - just to show
them.
And into one end he plugged the whole of reality as
extrapolated from one macro, and into the other
end he plugged the IT department: so that when he turned it
on they saw in one instant the whole infinity of creation
and theirselves in relation to it.
To Steve Weet's horror, the shock completely annihilated '
their brains; but to his satisfaction he realized that he
had proved conclusively that if life is going to exist in a
Universe of this size, then the one thing it cannot afford
to have is a sense of proportion.
*/
|
|||||||||
|
|
I see this one a lot:
|
||||
|
|
|
To protect the guilty the values have been changed This one was left behind by a contractor who had been working on a chunk of code responsible for testing email logins. We were in disbelief so we tried it out and it was a valid login to his personal account; we double-checked the revision history and he had two check-ins that edited it: one to add the code, and the second to comment it out. We added the artwork and left the rest alone; another dev decided it would be fun to send him emails from his future self (ala The Office) and said it took nearly two full weeks of daily emails before the login stopped working.
My favorite part isn't that he did it, or that he accidently left it in place for a check-in--but that when he came back across it he just commented it out rather than deleting it. We never would have looked at the original revision if we never knew it was there :-D |
||||
|
|
|
Stating the obvious?
|
|||||
|
|
|||||
|
|
When writing some Perl years ago, I added these comments at the top and bottom:
The next guy to look at it wasn't so hot at Perl, and spent a while searching documentation for what 'magic' and 'voodoo' did. Since then, I've tried to add more helpful comments... |
|||||||||||||
|
|
From a google code project:
|
||||
|
|
From a dating website... |
|||||
|
|
Q: "What is the best comment in source code you have ever encountered?" A: Easy - the one that helped me solve whatever problem I was having at the time, and there are lots of those! Second best are those that help guide new development from avoiding known pitfalls. |
|||||
|
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) |
||||
|
|
|
||||
|
|
|
||||
|
|
|
|||||||||||||
|
found in a joomla module. |
||||
|
|
|
|||||
|
|
don't know if it it's funny or sad..but one intern I had working with me had this little gem to calculate the price per unit
|
|||||||||||||||||
|