How to manage a list of static data in DDD? #165
alexsunreckon
started this conversation in
General
Replies: 1 comment
-
DDD doesn't have general approach for managing static data. DDD is mostly about business logic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is general approach to managing a list of static data in DDD? e.g. we have a list of static IdRef of product, which has two properties: id and name. Should it be modeled as value object or an entity that do not implements
aggregateRoot
? IdRef is not editable, although they are stored in a db table for reference purpose only. Any suggestion pls?Thanks again for the amazing repo.
Beta Was this translation helpful? Give feedback.
All reactions