> //Come on! Real programmers don't comment their code. It was
 > //hard to write, it should be hard to understand ;)
 >
it's so funny ;-)
 >
)
 >
 > The closest connection bw code and comments I can think of is (eiffel's)
 > pre/post condition..
if fully agree with you and I believe at 100% in pre/post conditions, 
class invariant, check clause... and in general in Design By Contract

it answers well at the question : Who do what ? With wich garanties ?
== The *most* important question to solve the issue of the quality of 
software ==

Ytoba