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

✨feat: Simplify dependency injection #13

Merged
merged 1 commit into from
Mar 15, 2023
Merged

✨feat: Simplify dependency injection #13

merged 1 commit into from
Mar 15, 2023

Conversation

CarlosBalladares
Copy link
Contributor

  • Make injection optimistic for the case where the dependency was not found.
  • Throw error instead of returning null to reduce number of nullchecks

This closes #12

* Make injection optimistic for the case where the dependency was not found.
* Throw error instead of returning null to reduce number of nullchecks

This closes #12
@CarlosBalladares CarlosBalladares added the feat new feature for the user, not a new feature for build script label Mar 15, 2023
@CarlosBalladares CarlosBalladares self-assigned this Mar 15, 2023
@CarlosBalladares CarlosBalladares merged commit ef4f43c into main Mar 15, 2023
CarlosBalladares added a commit that referenced this pull request Mar 15, 2023
* Update version for release

This closes #13
CarlosBalladares added a commit that referenced this pull request Mar 15, 2023
* Update version for release

This closes #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature for the user, not a new feature for build script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make dependency injection optimistic.
1 participant