The difference between an Entity and a ValueObject (and why there is none)
Posted in Development Process, Extbase, Meta Topics on April 19th, 2012 by Jochen Rau – 6 CommentsDomain-Driven Design (DDD) is a very popular approach in software development. In my experience, it is an excellent development paradigm that keeps me focused on solving a clients problem. Entities and Value Objects are two of the most important building blocks of DDD. But it was always hard for me (and many others) to clearly distinguish the two concepts. Why? Because there is no difference. read more »