你遇到过的源代码中最好的注释是什么?
当前回答
On error resume next 'because nothing will ever go wrong!
其他回答
/* logic */
#ifndef TRUE
# define TRUE 1
#endif /* TRUE */
#ifndef FALSE
# define FALSE 0
#endif /* FALSE */
#define EOF_OK TRUE
#define EOF_NOT_OK FALSE
以及在IOCCC页面上的mkentry.c的其余部分。每次读这篇文章的时候,我都笑不出来。
// this comment included for the benefit of anyone grepping for swearwords: shit.
在一组相当长且复杂的while循环和if块的末尾,开发人员插入了最后的注释:
else
{
// wobbly wilson said this would *never* happen!!
}
机智和讽刺的简洁混合:)
今天刚加了这个:
// Hardcoded this for time sake ... will make andrew fix later :)
生产源代码:
// Remove this if you wanna be fired