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


当前回答

'this next if statement - just how it is. don't try to understand it because you won't. :)

这就是工作保障。

其他回答

//我穿上长袍,戴上巫师帽……

不是注释,而是属性

[ThereBeDragons]

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

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

消毒:

//Forward declarations:

class X {}; // TODO: Remove {}  ! When we get X defined....
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...

我经常看到这种情况:

// TODO make this work