To make the library more configurable and help mock dependencies in classes for unit testing dependency injection would be great.
For now it's as actual arguments but it's messy and limits the easy of use when implementing the library.
I'm looking into replacing them with a factory class but any suggestions are welcome
To make the library more configurable and help mock dependencies in classes for unit testing dependency injection would be great.
For now it's as actual arguments but it's messy and limits the easy of use when implementing the library.
I'm looking into replacing them with a factory class but any suggestions are welcome