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


当前回答

//I'm sorry, but our princess is in another castle.

其他回答

var arbitraryNumber = 10;
//I don't know why. Just move on.
//Not a bug, parameter position can change..., if you think this is wrong, you are in fact wrong.

在JUnit API中找到:

/**
 * ...as the moon sets over the early morning Merlin, Oregon
 * mountains, our intrepid adventurers type...
 */
public Test createTest(Class theClass, String name) {
    ...
}
/* You are not meant to understand this */ 
-- Comment this later

这是一个4000多行的PL/SQL过程的第2行。唯一的评论。手术已经进行了4年了,后来还是没来…