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


当前回答

生产源代码:

// Remove this if you wanna be fired

其他回答

/**---------START-----------**/

  //  IMPLEMENTATION GOES HERE

/**---------END-----------**/

但没有代码;)

// I have to find a better job
// If you're reading this, that means you have been put in charge of my previous project.
// I am so, so sorry for you. God speed.
//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) {
    ...
}