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


当前回答

从Python / ceval.c:

/* This is gonna seem *real weird*, but if you put some other code between
   PyEval_EvalFrame() and PyEval_EvalCodeEx() you will need to adjust
   the test in the if statements in Misc/gdbinit (pystack and pystackv). */

其他回答

(A bunch of code that's really weird looking)  //Kludge.
#define SHIT_HAPPENED (BASE + 1)   /* generic shit happened */

//迭代一次 美元我+ +;

不幸的是,它是我的,在我的“必须评论一切”阶段。

很久以前,我遇到了一些连接脚本,虽然我不记得语法,但我记得注释,因为我是平克·弗洛伊德的粉丝。

//Attempt Handshake: Hello? This is London calling. Are we reaching you?


//Handshake Failed: I don't understand...he just hung up.

在js代码中:

// hack for ie browser (assuming that ie is a browser)