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


当前回答

// This should fix something that should never happen

其他回答

// Magic. Do not touch.
// Replaces with spaces the braces in cases where braces in places cause stasis 
   $str = str_replace(array("\{","\}")," ",$str);

好吧,这是我刚刚提到的一个问题:

/* Every time I re-visit this function, I feel like
 * I need to take a shower.
 *
 * Don't get too used to this function, its days are
 * numbered.
 */

有人可以创建像greatcodecomments.com这样的网站,然后赚点钱。然而,那个人不是我。

//Dave chapelle reports errors.
function reporterror() {
  davechapelle.trace("FUCK!");
}

从泄露的Win2K源代码:

//这次黑客入侵的规模堪比国家债务的规模。