On 5/14/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
Is it possible to use too many comments? I'm looking at a script I wrote and think I may have made it less clear by trying to make it more clear.
Yes, it is very easy to have too many comments, especially if you are using them in the wrong way. The purpose of comments is to tell the story of why something is the way it is is, not to tell people what the code does. The variable and subroutine names should tell that story. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/