What is the best comment in source code you have ever encountered?// sometimes I believe compiler ignores all my comments
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
double penetration; // ouch
Catch (Exception e) {
//who cares?
}
// John! If you'll svn remove this once more,
// I'll shut you, for God's sake!
// That piece of code is not "something strange"!
// That is THE AUTH VALIDATION.
/* I did this the other way */