in reply to Re^4: Help choosing the most efficient, dependable condition(al)
in thread Help choosing the most efficient, dependable condition(al)
When you use a module you abstract the problem. If the module is well conceived and maintained then it is future proofed against changes in underlying standards/conventions and comes with bugfixes and support built-in. It is also almost always written by someone with a, sometimes drastically, better understanding of the problem space and its pitfalls.
I am paid to maintain legacy code and write new code. Most of my time gets sucked up in the legacy side because of this style of thinking: Why use CGI->param() when I can just parse them myself? While I’m happy to be employed, I’d rather be writing new stuff than fixing constant regressions and bad edge cases caused by the old stuff. You are preparing to perpetuate the old stuff on the next hacker. I’m encouraging you, as was daxim, to stretch and see what else is out there to make your work easier, more robust, and better for the dev who inherits it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Help choosing the most efficient, dependable condition(al)
by taint (Chaplain) on Nov 13, 2013 at 20:45 UTC |