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


当前回答

'Major changes: Everthing! - Removed all Cornoud's code !

其他回答

在某些汇编程序中,在包含&h723的行末尾

' RIP LVB

(明白吗?)

//Dave chapelle reports errors.
function reporterror() {
  davechapelle.trace("FUCK!");
}
#define SHIT_HAPPENED (BASE + 1)   /* generic shit happened */

在一个生成HTML的旧perl脚本中找到:

# I would be _very_ brain farting if I said this code didn't need reviewing.
# It will make babies cry, and hair grow on your back, so please don't use it
// This interface defines method signatures<br>
interface IWhatever { ... }