What is the best comment in source code you have ever encountered?
|
506
|
|
|
|
locked by Jeff Atwood♦ Apr 28 at 8:55 |
closed as no longer relevant by Jeff Atwood♦ Apr 28 at 8:51 |
|
|
When coding MAPPER Apps we had some standards and one of these was that there was a list of standard variables in use throughout the suite. One of these - 'V43' was always used to hold a Surname. So imagine my annoyance when the only comment in a big cryptic chunk of MAPPER code I'd been asked to fix was: Here V43 contains the Surname |
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
later in the code
even later...
and even later...
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
my favorite was something like this # commented out ... ### end of the formerly uncommented #2001-02-22 John Doe |
|||
|
|
|
|
|
|||
|
|
|
|
I worked with a guy who was raised a Muslim, but had a rather tongue-in-cheek view of the religion. He left this comment above a particularly nasty chunk of code: // I will give you two of my seventy-two virgins if you can fix this. |
|||
|
|
|
|
|
|||
|
|
|
|
Technically not a comment, but from coding on something at 2 am or so:
... that variable is never used again EVER and appears in the beginning of a listen loop for a socket. |
|||
|
|
|
|
From a battery monitor module in an embedded system:
|
|||
|
|
|
|
|
|||
|
|
|
|
|
|||
|
|
|
|
Found this in makefile
|
|||
|
|
//too much log will kill you This comment I wrote it myself, when lowering the priority of some logs which otherwise would write hundreds of MB of crap and seriously crippled an application performance. |
|||
|
|
|
|||
|
|
|
|
In a bunch of poorly cut & pasted source code for a content management web app:
note: roughly translated from italian :-) |
|||
|
|
|
|
// need a coffee to fix this. |
|||
|
|
|
|
Well, here's one I just committed:
Someone could start something like greatcodecomments.com and make some cash. That person, however, is not me. |
|||
|
|
|
|
Recompiling FreeTextBox3 for the first time in our application because we need IE8 support... And look what I've found:
|
|||
|
|
I just finished a logging framework (that uses Trace, why nothing like this exists I don't know). I made a convenience base class that inherits from TraceListener. It overrides all of the TraceListener methods and routes them into one method - so that is a lot of doc commenting:
|
|||
|
|
|
|
We had a group project to create a Connect 4 AI using Min-Max trees. In our move-scoring function, we had it calculate a score for the board, and above that block of code there was this comment:
But it gets better. Our instructor gave us some sample code from a crude AI he had made, and he left a great comment:
|
|||
|
|
// TODO: what the hell is this all about? And then some commented out code. This was found in our code in work earlier today. I'm not sure if I should laugh or cry... |
|||
|
|
|
|
The below code was seen in a mock tutorial for Python.
The author must have been a fan of Family Guy. ^_^ |
||||
|
|
|
|
|||
|
|
|
|
This was for a custom DHCP server that we used in a university's dorms to put computers into 'clean' or 'dirty' IP address pools depending on whether or not they'd registered/installed patches and Antivirus:
|
|||
|
|
