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 |
|
|
The ascii-art skull and crossbones (which is too difficult to recreate here) in Gosling's Emacs source (warning that the ultra-hot screen management package he wrote was not easily understood). |
|||
|
|
|
|
Another classic, by Donald Knuth no less: Beware of bugs in the above code; I have only proved it correct, not tried it. |
||||
|
|
|
|
||||||||
|
|
|
// set break point here - you'll never reach it |
|||
|
|
|
|
A funny typo that was strangely appropriate:
|
|||
|
|
|
|
|
||||||||
|
|
|
|
||||||||||||||||||||
|
|
|
I don't remember exactly, but the idea was something like this:
It's dirty code ;) |
||||
|
|
|
/*********************** Drag And Drop Section - Start (you should be me to mess with this section)*****************************************/ |
|||
|
|
|
|
|
|||
|
|
|
|
Not a comment but an attribute
And one I have seen in an implementation of IHttpHandler
|
|||
|
|
Of course, this sort of thing is actually a wtf in JDBC (or at least Oracle's JDBC driver) as it can throw SQLExceptions when closing a connection... |
|||
|
|
|
|
That one is by Donald Knuth. |
||||
|
|
|
But the code is still there... |
|||
|
|
|
|
Nice one in VB.NET that I ran into this morning, got a chuckle ...
|
|||
|
|
Nothing like an empty catch block to make one feel that the code is robust.... |
|||
|
|
|
||||||||
|
|
|
i just noticed myself writing this
|
|||
|
|
|
|
|
||||||||||||||||||||
|
|
|
i tell a mentee to do at least SOME exception handling. This is what i get in return around every db call....
|
|||
|
|
(the sound function in the Turbo C version 2.0 Reference Guide) |
||||||||||||||||
|
|
|
|
|||
|
|
|
|
|
||||||||||||
|
|
|
For those of you who are, for some peculiar reason, unaware of the DPC, it's the part of your brain that lights-up when you're deeply engaged in learning something new. |
|||
|
|
|
|
|
||||
|
|
|
|
||||
|
|
|
From Java 1.2 SwingUtilities:
|
||||
|
|
|
Not really a comment:
Sad thing is that without the comment, PSCRIPT5.DLL really did blow up ... |
|||
|
|
And they did. Compacting the variable into the expression on the second line resulted in jumping into the middle of the heap and trying to execute data. |
|||
|
|
|
|
A German comment in some source-code, translated by machine or very tired human + Google
I guess the original meant "assume true here" ... but ever since I've taken it as a mantra for my life. |
||||
|
