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


当前回答

On error resume next 'because nothing will ever go wrong!

其他回答

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

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

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

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

' RIP LVB

(明白吗?)

这是我们在前雇主购买的智能卡产品中发现的唯一一条评论。一群荷兰密码学博士写的嵌入式C语言和汇编程序

// echt halmaal gek - no way!

(它的意思是“真的完全愚蠢”……这对我们也没有帮助)

// If you're reading this, that means you have been put in charge of my previous project.
// I am so, so sorry for you. God speed.

.class {border:1px solid gold;} /*我可怜这个傻瓜*/