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


当前回答

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

其他回答

这是在PHP代码中找到的

$s=2; // chicken and bacon wrap for lunch

多么有用,幸运的是$s是不言自明的

// *** drunk -- fix later ***

直接的联系

更有趣的谷歌代码搜索…

我曾经在一个项目中发现了这样的评论:

// Cabbage fart?

我不知道那是什么意思。还好我的魔方不在写它的人旁边。

//This code sucks, you know it and I know it.  
//Move on and call me an idiot later.
/* You are not meant to understand this */