Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Are there any drawbacks to comments -- can they hurt the performance of Perl code?

by herby1620 (Monk)
on Aug 16, 2006 at 02:12 UTC ( [id://567577]=note: print w/replies, xml ) Need Help??


in reply to Are there any drawbacks to comments -- can they hurt the performance of Perl code?

While I can't comment on performance hits that adding comments will do, I can add some "wisdom" to the subject of adding comments. I have a pretty basic rule:

Comment for yourself.

Most of the hack/program/whatever you just wrote will be erased from "short term" memory soon. In 6 months (a round figure, but pretty good) you will have FORGOTTEN that "special" think you now know how it works. Write the comments so YOU, the programmer, can figure it out again. Trust me! You will forget the quirks, and spend LOTS of time scratching your head.

A simple rule, and has served me well. Sometimes paragraphs are needed, sometimes a simple note. Make it so you can understand.

An exercise: look back on some of your OWN old code and see if you still understand it.

  • Comment on Re: Are there any drawbacks to comments -- can they hurt the performance of Perl code?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://567577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-20 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found