How Does One Implements Lists in Domain Driven Design?

Posted by Laz on Stack Overflow See other posts from Stack Overflow or by Laz
Published on 2010-03-20T19:30:14Z Indexed on 2010/03/20 19:31 UTC
Read the original article Hit count: 202

How does one implement lists such as a list of months in the year, or a list of years in DDD? Where does the logic go, inside value objects, a service, is it part of the domain layer?

© Stack Overflow or respective owner

Related posts about domain-driven-design

Related posts about ddd