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


当前回答

double t = 0.0; /* that's generally my opinion of the diner, too. */

其他回答

/*
    FIXME:  why the fuck did anyone ever think this kind of expensive iteration
                    was a good idea?

生产源代码:

// Remove this if you wanna be fired
// No women, no children... What movie???
-- Beyond this point, there'll be dragons

我觉得更长的说法^^更能说明问题

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

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