https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #53 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall from comment #52)
(In reply to Jonathan Druart from comment #51)
"Util" sounds wrong, it's a too generic term IMO.
Choose a replacement word and I'll make it happen!
Looking at Nick's email "Helper/Static methods for objects", I'm curious why we'd create a Util module and not just use static/class methods from the relevant Koha::Acquisitions namespace (probably Koha::Acquisition::Orders in this case?). I had a similar dilemma the other day on a different project. I almost made a Utils module, but then I realized that would just fragment my application model more, so I added a static/class method, and kept everything together. -- You are receiving this mail because: You are watching all bug changes.