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


当前回答

/* Only break the connection if it actually exists. It is important to
 * check the timeslot saved in the SOURCE of the disconnect message. */

我写了这条评论,现在我不记得为什么它很重要了…

其他回答

大概30页的xslt的中间部分

<!-- Here be dragons  -->
// no comments for you
// it was hard to write
// so it should be hard to read
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
// This code was written by a genius so don't try to understand it with
// your tiny little brain.