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

Use setters instead of direct access to services #6

Open
elliotchance opened this issue Jun 6, 2019 · 0 comments
Open

Use setters instead of direct access to services #6

elliotchance opened this issue Jun 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@elliotchance
Copy link
Owner

Right now services can be replaced by assigning to the instance variable (and also accessed) this is problematic for mixing scopes service may already be initialized, so we need to raise an error if one of its dependencies is trying to be replaced.

@elliotchance elliotchance added the enhancement New feature or request label Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant