[Koha-bugs] [Bug 6875] de-nesting C4 packages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 16 17:34:40 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875

Colin Campbell <colin.campbell at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |colin.campbell at ptfs-europe.
                   |                            |com

--- Comment #2 from Colin Campbell <colin.campbell at ptfs-europe.com> 2011-09-16 15:34:40 UTC ---
Moving compilation of the module code from compile to runtime seems a bit
counter intuitive. Certainly if we start running the code in any kind of
persistent framework we want to do the opposite.
One thing that aids maintenenance is to only pollute (I mean import into ) your
namespace those subroutines that you need. i.e, use Module qw( function1
function2);
It also flags up to those who come after you how much of that module is used.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list