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

Publish Interfaces Separately #38

Open
XedinUnknown opened this issue Jul 20, 2016 · 0 comments
Open

Publish Interfaces Separately #38

XedinUnknown opened this issue Jul 20, 2016 · 0 comments

Comments

@XedinUnknown
Copy link
Contributor

Hi,

First of all, I'd like to say that I really like this project. One for its simplicity, and two for the fact that it has interfaces and traits. Thanks a lot, @bocharsky-bw!

However, having interfaces in the same repository as the implementation kind of beats the point of having interfaces, in my opinion. In my particular case, I would like to provide a padding interface that all my libraries and components can depend on, and use your implementation in the actual application. However, because you have the interfaces published together with the implementation, my libs have to depend on your implementation, whereas I would like to only depend on your interfaces.

Therefore, I would like to make a humble request that you publish the interfaces separately, and have this project depend on them. Then, I can do the same :)

Thanks again.

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

1 participant