Value vs Entity objects (Domain Driven Design)
- by StackUnderflow
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