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

Create blog post about dependency injection and inversion of control #35

Open
InDieTasten opened this issue Apr 24, 2020 · 0 comments
Open
Labels

Comments

@InDieTasten
Copy link
Owner

What does inversion of control mean?

  • What is control | Reference to implementation detail, and usage thereof
  • What is inversion | Flipping

How does dependency injection accomplish inversion of control?

  • Creation of objects and managing of lifetimes can be moved away from consumers

What are common use cases for dependency injection?

  • Unit Testing
  • A/B Testing
  • Pooling Objects
@InDieTasten InDieTasten self-assigned this Apr 24, 2020
@InDieTasten InDieTasten removed their assignment Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant