Slashdot Mirror


User: DickLieber

DickLieber's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Comment describe Why you did it on What is Well-Commented Code? · · Score: 1

    Comment are useful to describe why. Why this is needed, why you did it this way. The code itself, assuming you've choosen good descriptive names describes what you did. You cannot indicate the why in the code itself. Also I feel writing comments, and code for that matter, should be addressed to the next person to look at the code. And the next person isn't as sharp as you!