Closed thomaspoignant closed 4 years ago
This PR refactor the code to have a design with controllers, it is easier to understand what the code does and it is also easier to mock for testing.
It also introduces wire to manage the automatic inversion of control.
wire
@aftouh just to let you know, I have done a pretty big refactoring here to make the project easier to understand and easier to mock for testing.
This PR refactor the code to have a design with controllers, it is easier to understand what the code does and it is also easier to mock for testing.
It also introduces
wire
to manage the automatic inversion of control.