You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: