#domain-driven-design
Read more stories on Hashnode
Articles with this tag
I once led the development of a fitness tracking app. We started with Transaction Scripts to handle features like workout creation and exercise...
Value Objects are one of the building blocks of Domain-Driven Design. DDD is a software development approach for solving problems in complex...
Is the anemic domain model an antipattern? It's a domain model without any behavior and only data properties. Anemic domain models work great in...