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


当前回答

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!!!
}

其他回答

// no comments for you
// it was hard to write
// so it should be hard to read

我发现了这个:

I'm not sure what I did
//ALL YOUR BASE ARE BELONG TO US

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

// set break point here - you'll never reach it
//This code sucks, you know it and I know it.  
//Move on and call me an idiot later.