-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
This is a good example. The interface should define a series of rules that all the backends should comply.
Each backend should define the behaviour of the special cases that are not contemplated on the interface's rules.
For example, the exists method will always work on files (interface rule). On amazon, it will not work on directories, but it will on the local filesystem (backend rules).
Reactions are currently unavailable