Value vs Entity objects (Domain Driven Design)

Posted by StackUnderflow on Stack Overflow See other posts from Stack Overflow or by StackUnderflow
Published on 2008-09-16T18:27:06Z Indexed on 2010/03/18 13:01 UTC
Read the original article Hit count: 524

Filed under:

I have just started reading DDD. I am unable to completely grasp the concept of Entity vs Value objects.. Can someone please explain the problems (maintainability, performance.. etc) a system could face when a Value object is designed as a Entity object. Example would be great...

Thanks

© Stack Overflow or respective owner

Related posts about domain-driven-design