Some function names are misleading, either the definition and name or the implementation need to be changed. update is set, except in some cases those are getter functions. Should make use of modifiers.
[ ] add managerOnly modifier. Find a catchier one-word name.
[ ] update function names or implementation to reflect the inent accordingly.
(i.e. removeExcludedAmount is just a getter, but it is clear that a function that actually modifies the data is needed)
Some function names are misleading, either the definition and name or the implementation need to be changed.
update
isset
, except in some cases those are getter functions. Should make use of modifiers.managerOnly
modifier. Find a catchier one-word name.removeExcludedAmount
is just a getter, but it is clear that a function that actually modifies the data is needed)