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


当前回答

来自sendmail配置文件。一页又一页看起来就像线条噪音。我发现了这块宝石。

# insert this handy debugging line wherever you have problems
#R$*                $:$>99$1

其他回答

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

在某些汇编程序中,在包含&h723的行末尾

' RIP LVB

(明白吗?)

// This procedure is really good for your dorsolateral prefrontal cortex.

你们中有些人,由于某种特殊的原因,不知道DPC,当你深入学习新东西时,你大脑的这一部分会亮起来。

virgin = 0;     /* you're not a virgin anymore, sweety */

不是注释,而是属性

[ThereBeDragons]

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

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