It would sometimes be useful to be able to calculate and stash values in an object.
Created attachment 135431 [details] [review] Bug 30861: Add Koha::Object::stash
Should this be NSO?
Do you have a particular use case in mind? Would this be a public or private method? I could see it being useful as a private method behind some object-specific methods, but not sure about letting random Koha code stash whatever it wants inside an object...