-
Notifications
You must be signed in to change notification settings - Fork 7
DI Config #43
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Config is currently a static class that can be changed at any time. It would be nice if it was instead injected where it's needed.
The issue is that it would need to be fed through a lot of layers, up to 6.
A DI framework would shine here, but it's not worth it.