in reply to Help with my Coding Style - another chance to critique
Commenting will help you understand your code better, now and when you return to it in a year. POD will help other programmers use your modules. In the case of a CGI::Application module the POD is a good place to put an example stub and describe any configuration parameters (PARAMS) you support.
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help with my Coding Style - another chance to critique
by belg4mit (Prior) on Jul 02, 2002 at 17:57 UTC | |
by samtregar (Abbot) on Jul 02, 2002 at 19:27 UTC |