你遇到过的源代码中最好的注释是什么?


当前回答

'Mind boggling, gibberish version of a SQL statement, but it work's, so dont touch it

其他回答

不是一个评论,而是一个goto标签

ICantBelieveImUsingAGoto:

一些来自Linux内核的代码:

/* Sun, you just can't beat me, you just can't.  Stop trying,
* give up.  I'm serious, I am going to kick the living shit
* out of you, game over, lights out.
*/

-

/* 2,191 lines of complete and utter shit coming up... */

-

#if 0 /* XXX No fucking way dude... */

消毒:

//Forward declarations:

class X {}; // TODO: Remove {}  ! When we get X defined....

$you = live("free") or die("hard");

//Do not continue reading if you dont want to die.

这个差点要了我的命。