Week 31, year 2016
- DDD Weekly: Issue #7 - Representing a collection as a Value Object Vladimir Khorikov. “Can you have a collection of Value Objects abstracted as a Value Object itself?” Or, in other words, can you represent a collection as a Value Object? Vaughn Vernon on Microservices and Domain-Driven Design Jan Stenberg. Summary of a talk given by Vaughn Vernon at Scala Days New York 2016. DDD Decoded - Don’t Fear Eventual Consistency Mike Mogosanu. “…As we can see, Eventual Consistency exists without computers or CQRS. [DDD Weekly]
- Representing a collection as a Value Object - I was reviewing the list of topic ideas lately and found this question in the discussion to my DDD in Practice Pluralsight course. While I answered it - somewhat briefly - in the discussion thread, I think it’s worth a separate detailed blog post. The question itself goes like this: "Can you have a collection of Value Objects abstracted as a Value Object itself?" Or, in other words, can you represent a collection as a Value Object? [Enterprise Craftsmanship]