in reply to Re: Module Bloat and the Best Solution
in thread Module Bloat and the Best Solution
If there's a bug, it can be corrected and you don't have to do anything.
Bugs won't fix themselves. If you find a bug in, say, XML::Twig, you're extremely lucky, because mirod really cares about his modules. How many CPAN authors are as responsive as he is?
If you you find a bug in a module whose author either doesn't care or has no time, then the bug is yours.
You can't do that when the snippet is scattered inline repeatedly across a large swath of code.
You wouldn't do such scattering anyways, would you? You'd factor these out into a subroutine, and fix any bugs there.
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Module Bloat and the Best Solution
by oxone (Friar) on Nov 09, 2007 at 14:44 UTC |