-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
Milestone
Description
IMHO: The IDistributedLock should be public. Because:
- The caller of the lock doesn't have to know what implementation of lock it's using
- Unit Testing: if it already contains an interface, I don't have to abstract the DistributedLock any further.
- The interface is no internal implementation detail, indeed it is the interface of the lock api
Btw, thanks for the good work in this project
apoblock and peter-csala