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


当前回答

Get This hack!

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

其他回答

// All this code is yours, except gedit()...attempt no modifications there.

这是我们在前雇主购买的智能卡产品中发现的唯一一条评论。一群荷兰密码学博士写的嵌入式C语言和汇编程序

// echt halmaal gek - no way!

(它的意思是“真的完全愚蠢”……这对我们也没有帮助)

// TODO: Implement this function!
On error resume next 'because nothing will ever go wrong!

我所见过的最好的评论是

/* 
  There is no accounting for pointers 
*/