Tag: Factory
All the articles with the tag "Factory".
-
[DDD Intro #17] Factory: Creation also contains domain knowledge
Object creation is often treated as a simple technical problem. It is easy to think that we only need to call a constructor, pass the needed values, and fill fields. But in a domain model, creation can also be an important behavior.