Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is the Change interface not included in Filesystem? #46

Closed
progrium opened this issue Nov 16, 2017 · 1 comment
Closed

Why is the Change interface not included in Filesystem? #46

progrium opened this issue Nov 16, 2017 · 1 comment

Comments

@progrium
Copy link

I would expect it to be. I don't see it referenced anywhere in there.

@mcuadros
Copy link
Contributor

The goal is keep the FileSystem interface small as posible, to avoid large interfaces with complex implementations.

Change interface is there with the goal of allow to the users have optional methods, with explicit usage of this methods. If we simple add this methods to the FileSystem interface and those are not implemented, makes hard to the user identify if is supported or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants