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


当前回答

几年前我在。h文件里看到的。

// It may be a hack, but it works.

其他回答

try {

}
catch (SQLException ex) {
    // Basically, without saying too much, you're screwed. Royally and totally.
}
catch(Exception ex)
{
    //If you thought you were screwed before, boy have I news for you!!!
}
//If you're reading this, then my program is probably a success
// THE LOOP THAT DO EVERYTHING!!!!!!!
//ALL YOUR BASE ARE BELONG TO US

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

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