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


当前回答

//说明:!!待办事项

其他回答

What do you think you're doing, Dave?
Catch (Exception e) {
 //who cares?
} 

我在COBOL程序中看到的一些东西让我感到恐惧

* All comments pertain to the lines which follow.

这是什么意思?

有人对评论感到不舒服,以至于不得不写一个元评论? 有人习惯将注释放在相关代码的下面,而被告知要将注释放在上面?这是怎么发生的?

// I love the smell of dirty XML in the morning
xml = xml.Replace("xmlns=\"urn:bsd.orion/inventory\"", "");
aComment = 'this is not aComment' # this is aComment
class T(object):
    def f(this):
        this is not aComment