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


当前回答

/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */ 

其他回答

//你不需要理解这个

经典。

来自Java 1.2的SwingUtilities:

doRun.run();  // ... "a doo run run".

所有bug由David S. Miller添加

// TODO: Implement this function!
options.BatchSize = 300; //Madness? THIS IS SPARTA!