Rename caller method on Manager class?
driesvints opened this issue · 1 comments
driesvints commented
The caller
method currently instantiates a new BeatSwitch\Lock\Lock
instance but I think this method isn't expressive enough and it's not really clear what it does. At the same time I'm not a big fan of getCallerAcl
.
Thoughts?
Reference: https://github.com/BeatSwitch/lock/blob/master/src/Manager.php#L28
driesvints commented
Decided with going getCallerLock
in an upcoming refactor.