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

Dependency Injection - Refiner #57

Open
alex855k opened this issue Dec 11, 2018 · 0 comments
Open

Dependency Injection - Refiner #57

alex855k opened this issue Dec 11, 2018 · 0 comments
Labels
enhancement New feature or request priority: low Priority for issues which could be implement

Comments

@alex855k
Copy link
Contributor

alex855k commented Dec 11, 2018

🚀 Feature request

Refactor dependencies from classes in the service. And use dependency injection containers to create and know what needs to be injected into the classes.

Motivation

Will make the code more testable and loosely coupled, so it is possible to reuse it's individual parts.

All benefits include:

  • Reduced Dependencies
  • Reduced Dependency Carrying
  • More Reusable Code
  • More Testable Code
  • More Readable Code
@alex855k alex855k added enhancement New feature or request priority: low Priority for issues which could be implement labels Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low Priority for issues which could be implement
Projects
None yet
Development

No branches or pull requests

1 participant