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


当前回答

Repeat
    ...
Until (JesusChristsReturn) ' Not sure

其他回答

 /**
   * Returns cookies according to the filters specified.
   * 
   * @return array  Cookies!  Nom nom nom nom nom.
   */
 public function data_getCookies($uid, $name) {

在facebook api的某个地方。

// HACK ! COPY/PASTE this and look for another job

来自usenet的经典:

Teradyne硬件建模器代码的深层是一个例程 一大堆十六进制数字到SYS$QIO调用中。唯一的评论是 “这里发生了奇怪的魔法”。

Catch (Exception e) {
 //who cares?
} 
// this is really complicated

没有其他评论了