24 Apr
2026
24 Apr
'26
5:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41892 --- Comment #8 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to David Cook from comment #6)
I reckon creating a Koha::Context singleton would likely bloat over time and just get us back to where we are now.
The hard part when we have 1 object doing many things is that it ends up having many dependencies which then leads to circular dependencies.
The whole point of introducing object orientation here is that consumers will get an object and will no longer need to import anything. They'll have a factory class that we control circ deps at, and provides the instantiated classes. -- You are receiving this mail because: You are watching all bug changes.