http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798
--- Comment #75 from Jared Camins-Esakov <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
