value objects or a list of entities?
hi. what are you talking about?
Like I want to do an E-commerce web app. I have an aggregate for a product and I don't know whether a review is a value object to a product or an entity within a product
if you want add review for every product and that is done only one time ( 1 review per product) you can add property to product to add review to that page but if you want add multiple review and by both client and admin, you can create another entity and add 1:N relations with products.
Обсуждают сегодня