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


当前回答

TextBox1.Text = TextBox1.Text; //Point less yes, who writes this crap?

其他回答

//这将为我们每个用户节省0.5秒,并取悦机器精神。

在很长的程序之前:)

// No women, no children... What movie???
const int TEN=10; // As if the value of 10 will fluctuate... 

不是注释,而是属性

[ThereBeDragons]

还有一个是我在IHttpHandler的实现中看到的

//What is this?
public bool IsReusable
{
    get{return false;}
}

在拉丁语中,从但丁的《神曲》中进入这里的人,请放弃希望。