Чуднейшая
подборка комментариев, встречающихся в реальных программах.
Ржал как конь.
Например:
stop();// Hammertime!
// I dedicate all this code, all my work, to my wife, Darlene, who will
// have to support me and our three children and the dog once it gets
// released into the publ
return 1; # returns 1
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
// Dear maintainer:
//
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
//
// total_hours_wasted_here = 16
//
Catch (Exception e) {
//who cares?
}
Exception up = new Exception("Something is really wrong.");
throw up; //ha ha
Нашел благодаря
avva