Slashdot Mirror


User: lockup69

lockup69's activity in the archive.

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

Comments · 1

  1. Re:Even more annoying... on Comments are More Important than Code · · Score: 1

    In my experience, it helps to write extensive comments for each function, rather than each line.

    I write a comment block to explain what the function does and how its going to do it, before I write the code. Sometimes the very act of trying to explain what it is I'm going to do makes me re-evaluate the design of the function.