-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: lowPriority for issues which could be implementPriority for issues which could be implement
Description
🚀 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: lowPriority for issues which could be implementPriority for issues which could be implement