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


当前回答

// some sport psychology
if (!focused)
    Focus();

其他回答

// I am not sure if we need this, but too scared to delete. 
/* FIXME This must absolutely be removed before 4.0.7 release
 * TODO really remove this */

我们已经发布了4.0.7,4.0.8,4.0.9和4.1版本…

// this is really complicated

没有其他评论了

//ALL YOUR BASE ARE BELONG TO US

...这让我的老板以为有人黑进了系统。他不知道这个笑话。

-- Change Log:  Not needed. The code is perfect 'cause I wrote it.
-- If you change it, it will break.

我正在检查一些代码注释,以检查它们是否有意义,并看到上面的一行。