답변출처·10단계

DEV CommunityModeling Shared Entities Across Bounded Contexts in ...

dev.to favicon

PikoPostExamples of shared kernel in Domain Driven Design - PikoPost

pikopost.com favicon

Adonis MediaUsing Two Domains for One Website: Benefits & Best Practices

adonis.media favicon

Software Engineering Stack ExchangeDDD Referencing objects from other bounded contexts

softwareengineering.stackexchange.com favicon

도메인 주도 설계(DDD) 관점에서, 메뉴(Menu) 엔티티가 게시판, 가게 등 여러 도메인(바운디드 컨텍스트)에서 사용된다면,메뉴 엔티티의 위치는 다음 원칙에 따라 결정하는 것이 좋습니다.

1. 바운디드 컨텍스트별 독립 모델링이 기본

2. 진짜로 완전히 동일한 개념이라면?

3. 결론 및 추천

“Rather than forcing a single entity to serve multiple masters, DDD encourages modeling the concept according to the specific domain's needs.”— 1

요약: