Alleged Domain Driven Design / Dependency Injection and other things #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This branch was mostly focused on refactoring the code-base and taking advantage of dependency injection to decouple the packages from each other and made it more modular and hopefully easier to test. However, more refactoring will need to be done since I'm not satisfied with how the service packages are laid out and want to standardise on a certain style and also decide on passing by value / pointer. Hopefully I'll be able to resolve them later.
So this branch includes: