[Koha-bugs] [Bug 13019] Add base classes on which to build Koha objects

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 1 14:40:00 CEST 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
First thoughts (already sent on #koha):

1/ Type and ObjectClass could be attributes, instead of methods
2/ I really would like to see method name without capital letters (and
underscore '_' to separate words)
3/ "Bad setter returns undef" => not sure about that. Bad setter should croak
4/ What about using Class::Accessor?
5/ t/db_dependent/Objects.t should be t/db_dependent/Borrowers.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list