Refactoring Application Services with DDD in Golang
Implementing DDD patterns with Golang is very educational and a great way to refresh on these concepts, because you have to implement everything by yourself. Using frameworks that do “magical” things under the hood is often discouraged, even the use of DI containers, so you end up understanding the patterns to their core. Minimising …
Refactoring Application Services with DDD in Golang Read More »