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


当前回答

简单但有效的注释,在一些不太安全的c++代码之前

// yikes

其他回答

// this error could never happen

然后,客户打电话说他看到一条错误消息说"这个错误永远不会发生"

在1983年的COBOL中见过:

   C   I don't know what this next bit does so I'll jump around it
       GOTO DONE.
/* My lawyer told me not to reveal */

我相信在JBoss的某个地方有一行写着

return null; //Not really null

我一直很喜欢这句话。

-- Comment this later

这是一个4000多行的PL/SQL过程的第2行。唯一的评论。手术已经进行了4年了,后来还是没来…