你遇到过的源代码中最好的注释是什么?
当前回答
// The ratio of a circle's circumference to its diameter. Remember to change
// this to 3.0 if you move to a site in Indiana.
#define Pi 3.1415927
其他回答
/* You are not meant to understand this */
/*
after hours of consulting the tome of google
i have discovered that by the will of unknown forces
without the below line, IE7 believes that 6px = 12px
*/
font-size: 0px;
/* My lawyer told me not to reveal */
// TODO: Implement this function!
//Woulda
if(x) {}
//Shoulda
else if(y) {}
//Coulda
else {}