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


当前回答

//The following code is commented out
//(a load of commented out code followed)

其他回答

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

' RIP LVB

(明白吗?)

最近在我们的代码中发现了这一点(我们开发企业软件):

// Instance of excel
Excel excel = this.CreateExcelInstance();
excel.Open(stream); // how to close it?!

在此之前,我确信我们已经摆脱了这些“有趣的东西”,我们正在以正确的、意识形态正确的方式做这件事……

在拉丁语中,从但丁的《神曲》中进入这里的人,请放弃希望。

If you have reached this part in the code, then this program sucks.
// HACK ! COPY/PASTE this and look for another job