by
26. May 2011 20:08
Just like you, I barely comment anything becuase the code I write is self explanatory and needs no explanation.
... or maybe it's that I'm in a hurry and since it makes sense to me what it is and why it exists, that I don't bother to talk about it.
Once in a while I run into a comment like this that just makes me giggle:
// send the request & get a response
response = GetResponse( request );
Genius insight, there. Thanks.