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


当前回答

// Hack-er-ama

其他回答

在游戏中,这个物体可以被踩到,或者:

stepOff(); //bitch
/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */ 
// This code sucks.
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
// Empty constructor to satisfy the stupid compiler
 Public ServletHandlerClass () { }