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


当前回答

//MailBody builders for two outgoing messages
StringBuilder hanz = new StringBuilder();
StringBuilder franz = new StringBuilder();

当我读到这篇文章时,我仍然会笑出声来……

其他回答

.class {border:1px solid gold;} /*我可怜这个傻瓜*/

Tweet tweet = (Tweet) tweets.get(i); // Poetic.

我的精选集:

// Thats the end of the While loop
// Clean up last row.  I really must program better than this.

// Note: You can't immediately tell if the line below works.

// Rounding - blech.  It's assumed that all .5s are rounded up.

// Sort out predictions first.  Seems like the right place for a prediction, 'first'.

// Let's interpret!
/**
 * If you don't understand this code, you should be flipping burgers instead.
 */
/*
* TODO: Remove this function

function remove($customer_id)
    {
        $this->Customer->remove($id);
    }

*/