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


当前回答

// This procedure is really good for your dorsolateral prefrontal cortex.

你们中有些人,由于某种特殊的原因,不知道DPC,当你深入学习新东西时,你大脑的这一部分会亮起来。

其他回答

/* Please work */
//ha, you thought I was lazy didnt ya?!
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!!!
}

我刚刚在一些遗留代码中发现了这个..

'CANNOT JUST QUIT!
// *** drunk -- fix later ***

直接的联系

更有趣的谷歌代码搜索…