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


当前回答

<cftry>
...code...
<cfcatch>
  <!--- Gobble --->
</cfcatch>
<cftry>

我公司的代码库里到处都是。它是ColdFusion,它会忽略错误。

其他回答

不是一个评论,而是一个goto标签

ICantBelieveImUsingAGoto:
// The ratio of a circle's circumference to its diameter.  Remember to change
// this to 3.0 if you move to a site in Indiana.

#define Pi                                      3.1415927
// drunk, fix later

真希望我是在开玩笑。根据编写代码的开发人员的了解,我认为他是认真的。

//Maybe you should make anyone knows your code's purpose. 

#定义TRUE FALSE //快乐的调试傻瓜