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


当前回答

//没有评论

其他回答


$you = live("free") or die("hard");

当被问及什么是“最好的评论”时,我们的回答都是我们能找到的最糟糕的评论,这充分说明了我们的职业……

// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...

不是注释,而是属性

[ThereBeDragons]

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

//What is this?
public bool IsReusable
{
    get{return false;}
}
// Bad Christian, No cookie

这里的Cookie不是指浏览器Cookie