in reply to Should you use a module to hold configuration items?
Some projects do use “executable code” to hold configuration data. (Sometimes, the modules are programmatically generated.) My wisdom is, “if it works now, don’t change it now.” Pick you battles carefully, like a good triage nurse at an E.R. You might not like the way it was done, but it does not appear to be screaming in pain...
TMTOWTDI... and only two that count: the one that works, and the other one that also works.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Should you use a module to hold configuration items?
by Anonymous Monk on Sep 20, 2010 at 14:09 UTC |