Introduction Eric Evans writes in his DDD book : When you care only about the attributes of an element of the model, classify it as a value object . Make it express the meaning of the attributes it conveys and give it related functionality. Treat the...