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


当前回答

i++; //increment i

其他回答

在js代码中:

// hack for ie browser (assuming that ie is a browser)

用于政府目的的企业等级系统中的评论

'RH 5/24/06 burn me if this dosn't work.. :)

好RH.....公司总裁/首席开发人员

const int TEN=10; // As if the value of 10 will fluctuate... 

在开发团队中每个人都在大量编辑的代码文件头部:

'Avert your eyes, it may take on other forms!

好弗兰德斯。

Get This hack!

在一行汇编代码中,在几页未注释的代码之后。