8 questions
I'm designing a system with DDD and clean architecture, but I'm having trouble handling ValueObjects that are persistent in the master table.ProductEntity {id, name, price, rank}Yes, rank is based on ...
When I was going to write the process of converting Markdown to Html, I prepared Markdown and Html classes as value objects.And the Html class writes about how Markdown is instantiated as an argument ...
We are currently trying to create an application with DDD.It's my first time doing this, so I've been stumbling a lot, but I have a question about the subject.With DDD, it is understood that states ar...
Domain-driven entities recognize that there are cases where tables do not always match.With that in mind, would it be okay to hold data in multiple tables with one entity for example?Also, is there no...
We are designing web applications based on DDD, and we are wondering which layer to check DB outage (pause due to maintenance, etc.) and branch the process when stopped/non-disruptive.My understanding...
While reading the DDD book, the objects are divided into Value Object and Entity Object and understood as followsYes, ·Entity Object ·There is something that can be identified (such as ID). ·Other...
I am involved in the design and development of Android applications, but based on the assumption of developing Android applications, I have a question about the design.We would like to hear your opini...
Nice to meet you.I've studied DDD and clean architecture to some extent, and I've kind of figured out what role each object plays.However, when you try to design a real service with a DDD+ clean archi...
© 2024 OneMinuteCode. All rights reserved.