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


当前回答

try {

} finally { // should never happen 

}

其他回答

<!-- Here it is -->

没有其他评论了。直到今天我都不知道“它”是什么。

我刚刚注意到自己在写这个

// not brilliant solution, but fair enough heh.
//ALL YOUR BASE ARE BELONG TO US

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

// TODO: Implement this function!
-- Change Log:  Not needed. The code is perfect 'cause I wrote it.
-- If you change it, it will break.

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