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

Improve auto-wiring support so that a container itself need not be injected into a component #9

Open
modethirteen opened this issue Dec 12, 2020 · 0 comments
Assignees

Comments

@modethirteen
Copy link
Owner

The container presumes it will be injected into a component's constructor, thus forcing the component to be an "injectable class", and reducing the reusability of the component. This isn't a particularly good practice. Investigate a new way to wire up dependencies that decouples the container from the dependencies it manages.

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

No branches or pull requests

1 participant