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


当前回答

我发现了这个:

I'm not sure what I did

其他回答

不是注释,而是属性

[ThereBeDragons]

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

//What is this?
public bool IsReusable
{
    get{return false;}
}
// Magic. Do not touch.
// human madable inconvenient. Way too sucks.

我仍然没有完全理解它的含义,但我发现它对于许多代码来说是非常正确的。

long time; /* just seems that way */
-- Beyond this point, there'll be dragons

我觉得更长的说法^^更能说明问题