https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817

David Cook <dc...@prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dc...@prosentient.com.au

--- Comment #53 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to