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


当前回答

//把这个放在这里的人是个白痴…这根本不管用!

但是代码还在那里……

其他回答

# To understand recursion, see the bottom of this file 

在文件的底部:

# To understand recursion, see the top of this file

我想我有过这样的经历:


if (case1) { // trivial
...
}
else { // we are screwed
 /* fill in later */
}

好吧,我可能用了一个比搞砸更强烈的词

/**---------START-----------**/

  //  IMPLEMENTATION GOES HERE

/**---------END-----------**/

但没有代码;)

// *** AAAAAHAHAHAH!!  What is this??
private int mousycounter = 0; //Not really a counter