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


当前回答

// woot, global var. I havent done this for a long time.

其他回答

{
This is a gathering place for all unit tests.
Create a TUnitTestWrapper, then call "RunAllUnitTests".

This class will create an instance of each thing to be tested, and call each of
their unit tests.

It does not really do any testing on it's own; it just gives a common place from
which to call everyone else's tests.

This way, one day, we can automate our testing with each build. [Cue laughter]
}

一个承包商在申请一家英国银行。

// i don't know how this works but it does so i'll leave it here anyway

他还增加了BNP(英国极右翼政党)作为测试的虚拟客户之一…我们的顶头上司是亚裔。

// sometimes I believe compiler ignores all my comments

一个奇怪而恰当的有趣错别字:

断言(0);//永远不要在这一点上犯错

//Abandon all hope ye who enter beyond this point