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


当前回答

对上帝诚实:

// This is crap code but it's 3 a.m. and I need to get this working.

其他回答

/*

 ____________________
/                    \
| Jean-Michel Bechet |
| 2002-2009          |
\___  _______________/
    |/
 (o_
 //\
 V_/_


*/

从谷歌代码项目:

# This job would be great if it wasn't for the fucking customers.
 * ...and don't just declare it volatile and think you've solved
 * the problem. You young punks think you know what volatile
 * means... why in my day we had to cast it volatile uphill
 * both ways, and the code still didn't work! Whippersnappers...
stop(); // Hammertime!

大概30页的xslt的中间部分

<!-- Here be dragons  -->