[Koha-bugs] [Bug 8798] Add the use of DBIx::Class

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 21 17:53:45 CEST 2013


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

--- Comment #75 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
(In reply to comment #74)
> My preference is that that every effort should be made when introducing a
> DBIC-based method to remove the C4 function(s) that it supersedes; having
> both a Koha::* method and a C4::* method for the same thing only invites
> trouble in the form of divergent business logic.  Developing new features
> incrementally can help with that.

I have no irons in this fire, but if the C4 functions can be retained as
transitional shims rather than simply deleting them, that might reduce the
amount of code that required refactoring, and maintain the usefulness of
existing unit tests.

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


More information about the Koha-bugs mailing list