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


当前回答

var arbitraryNumber = 10;
//I don't know why. Just move on.

其他回答

我只是在一个非常简单的大学课程测试c++程序中碰到了这个。

我在评论一个类。

在析构函数中…

// Choose! Choose the form of the Destructor!
// The choice is made! The Traveler has come!
// somedev1 -  6/7/02 Adding temporary tracking of Login screen
// somedev2 -  5/22/07 Temporary my ass
//Not a bug, parameter position can change..., if you think this is wrong, you are in fact wrong.
// I have to find a better job
//ALL YOUR BASE ARE BELONG TO US

...这让我的老板以为有人黑进了系统。他不知道这个笑话。