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


当前回答

摘自UNIX版本6源代码,大约1975年:

/* You are not expected to understand this. */

其他回答

<!-- Here it is -->

没有其他评论了。直到今天我都不知道“它”是什么。

// no comments for you
// it was hard to write
// so it should be hard to read
//marco 2007.1.23
//I didn't do it
#ifdef TRACE
#undef TRACE     /* All your trace are belong to us. */
#endif
#define TRACE ....
// (c) 2000 Applied Magic, Inc.
// Unauthorized use punishable by torture, mutilation, and vivisection.

啊,我一直很喜欢这个……