in reply to RFC: Perl Second-Best Practices
I do it because I want to stay in the flow of programming and feel it will be easy to return later for the brain dead task of moving the number out to a config file instead.
If I knew the number would need to appear multiple times throughout a code base, I'd probably go ahead and add it to a config file immediately.
As part of my refinement process, I'll grep the code for XXX comments to see if anything has been flagged for later attention.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: RFC: Perl Second-Best Practices
by merlyn (Sage) on Dec 18, 2005 at 20:39 UTC | |
by merlyn (Sage) on Mar 30, 2017 at 02:24 UTC | |
by Your Mother (Archbishop) on Mar 30, 2017 at 02:47 UTC | |
Re: RFC: Perl Second-Best Practices
by jonadab (Parson) on Dec 19, 2005 at 14:37 UTC |