Posted by C_Rdd on 23:23:00 09-03-2003
(This message is regarding all languages, including those that have their own forum, I felt this was the most appropriate place to put it).
Although programming books warn of the evils of forgetting to comment, how many of you comment your code, and if so to what extent? Do you have any systematic way of commenting, or arranging your notes on the way a program runs?
Posted by cowsarenotevil on 03:09:00 09-04-2003
I usually comment code after writing it, and I only comment the parts that either I'll forget, or someone else won't understand.
Posted by dxprog on 04:56:00 09-04-2003
Up till a few weeks ago, I didn't comment code hardly at all. I do now, and generally I just explain what a line (or a few lines) does.
[addsig]
Posted by C_Rdd on 01:56:00 09-05-2003
Thanks