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


当前回答

在我们的应用程序中第一次重新编译FreeTextBox3,因为我们需要IE8支持…看看我发现了什么

// IE7 update. this is still bad code, but IE8 is probably a long way off :)

其他回答

我的精选集:

// 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!
try {

} finally { // should never happen 

}
//Not a bug, parameter position can change..., if you think this is wrong, you are in fact wrong.
// Hard to explain

它最后也坏了。难怪很难解释清楚

// I am not sure if we need this, but too scared to delete.