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


当前回答

大学时代:

//why the f*** we have to move this here to make it work

当我们和教授一起复习的时候,它在印刷资料中被突出了。

原因是:一些与缓冲区溢出相关的严重错误,影响了代码中其他位置的文件处理程序中不相关的变量。移动变量将使它再次工作。

其他回答

  mov si, pCard      ; captain?
// somedev1 -  6/7/02 Adding temporary tracking of Login screen
// somedev2 -  5/22/07 Temporary my ass

“这永远不会发生”。

朋友,这是我的临终遗言……

/* My lawyer told me not to reveal */
//Mr. Compiler, please do not read this.