CSProjectsEAL / GraBID

BI Dashboard Project for Mono Solutions https://waffle.io/CSProjectsEAL/GraBID
0 stars 0 forks source link

Dependency Injection - Refiner #57

Open alex855k opened 5 years ago

alex855k commented 5 years ago

🚀 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: