in reply to Re^2: The art of comments: (rave from the grave)
in thread The art of comments: (rave from the grave)

I'd agree with this: I rarely include comments in my own code (though I put a lot of effort into making the code itself self-documenting). Similarly - and maybe because of this - I rarely look at the comments when looking at other people's code, and find it a substantial hindrance if there are too many, or if they are placed in such a way that it is difficult to look past them at just the code.

Hugo

  • Comment on Re^3: The art of comments: (rave from the grave)