Domain Modeling
(Notes on Architecture Patterns with Python by Harry Percival, Bob Gregory: Chapter 1 - Domain Modeling)
What I Liked About This Chapter
- Clear definitions of value objects and entities.
- Emphasis that not everything has to be an object: introducing the concept of a domain service function.
- Highlighting how exceptions can express domain concepts.