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


当前回答

当我读到这篇关于我负责维护的项目的文章时,我哭了。

//Write Code Here

我仍然畏缩:)

其他回答

On error resume next 'because nothing will ever go wrong!

在1983年的COBOL中见过:

   C   I don't know what this next bit does so I'll jump around it
       GOTO DONE.

在XSLT文件的头文件中:

DON'T TOUCH THIS SCRIPT -> XSLT is like arcane, black magic
aComment = 'this is not aComment' # this is aComment
class T(object):
    def f(this):
        this is not aComment

我只是发表了这样的评论:

// this control (Resistance) is FUTILE!