domain-driven-design tag

8 questions


1 answers
111 views
0
Handling Master Information in Domain Driven Design (DDD)

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 ...


1 answers
60 views
0
I want to mock the behavior of the value object.

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 ...

1 years ago

1 answers
70 views
0
Information About In-memory Repository in Domain Driven Design

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...

1 years ago

1 answers
94 views
0
Understanding the Relationship Between Domain-Driven Entities and Tables

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...


3 answers
104 views
0
Which layer of DDD checks DB outage status?

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...


1 answers
86 views
0
I have a question about the value object.

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...

1 years ago

1 answers
102 views
0
Understanding Handling Observable in Interactions Below the Usecase Layer

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...


2 answers
88 views
0
I have a question about how to cut out the domain model in DDD (Domain Driven Design).

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.