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

Decouple packages #2

Open
andrewshawcare opened this issue Jul 16, 2016 · 0 comments
Open

Decouple packages #2

andrewshawcare opened this issue Jul 16, 2016 · 0 comments

Comments

@andrewshawcare
Copy link
Owner

Each package should be in it's own folder so it can handle custom configuration or lifecycle events (before, after). All packages being in the same folder smells of inheritance over delegation with all of the issues that come with it. A utility library can be created for common operations (install with brew, etc.) but the packages themselves should be completely independent from this library so they don't need to be installed with it if it isn't required.

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