in reply to RE: My philosophy on coding (in Perl and other languages):
in thread My philosophy on coding (in Perl and other languages):
My only issue is with your statement: "Make the code its own comment. "
Since not everyone will use meaningful names when writing their code (I'm certain you have seen it too), I tend to think that comments are important. Now, I didn't mean comment every line - or even every 3rd line. I meant that (and I should probably have said) there should be a decent description for the subroutine and what(sometimes how) it does. After all, why do we have the '#' if we shouldn't use it?
Thanks for the feedback. It's good to know that people are actually reading what I post and taking the time to comment on it. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
more philosiphizing...
by jlistf (Monk) on Aug 15, 2000 at 21:23 UTC | |
|
RE (tilly) 3: My philosophy on coding (in Perl and other languages):
by tilly (Archbishop) on Aug 16, 2000 at 00:06 UTC |