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


当前回答

//Abandon all hope ye who enter beyond this point

其他回答

'Mind boggling, gibberish version of a SQL statement, but it work's, so dont touch it

在XSLT文件的头文件中:

DON'T TOUCH THIS SCRIPT -> XSLT is like arcane, black magic
#ifdef TRACE
#undef TRACE     /* All your trace are belong to us. */
#endif
#define TRACE ....
try {
   doSomething();
} catch(err) {
   // Die quietly
   alert(err);
}
 // WARNING!!!
 // Very perversive code ahead!

... about a 20 lines of "very perversive" code ...

// Now you can call your grandmother back. ;)