Skip to content

Commit

Permalink
fix: 용어 변경경
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko committed Feb 19, 2025
1 parent 16b6070 commit 4e8ecfd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions 03-tutorial/ddd-basic/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 도메인 주도 설계 기본

> "[Getting Started: Domain-Driven Design](https://dometrain.com/course/getting-started-domain-driven-design-ddd/?ref=dometrain-github&promo=getting-started-domain-driven-design)"을 기반으로 소스 코드를 재구성하였습니다.
> - 원본 소스: [링크](https://github.com/Dometrain/getting-started-domain-driven-design)
> "[Getting Started: Domain-Driven Design](https://dometrain.com/course/getting-started-domain-driven-design-ddd/?ref=dometrain-github&promo=getting-started-domain-driven-design)"을 기초하여 재구성하였습니다.
## 학습 목표
- 지속 가능한 소프트웨어 개발을 위한 구현 순서를 이해합니다.
- 목차는 프로젝트 수행 순서에 따라 마일스톤 단위로 구성되어 있습니다.
- 도메인 지식을 코드화하는 전술 설계 패턴과 코드 구조를 이해합니다.

## 목차
> 목차는 프로젝트 수행 순서에 따라 마일스톤 단위로 구성되어 있습니다.
- Part 1. 비즈니스 관심사
- Milestone 1. [도메인 탐색](./milestone01-domain-exploration/index.md)
- Milestone 2. [깊은 도메인 탐색](./milestone02-deeper-domain-exploration/index.md)
- Milestone 3. [유스케이스](./milestone03-usecase/index.md)
- 마일스톤 1. [도메인 탐색](./milestone01-domain-exploration/index.md)
- 마일스톤 2. [깊은 도메인 탐색](./milestone02-deeper-domain-exploration/index.md)
- 마일스톤 3. [유스케이스](./milestone03-usecase/index.md)
- Part 2. 기술 관심사
- Milestone 4. [인프라스트럭처(WebApi)](./milestone04-infrastructure/index.md)
- Milestone 5. [영속성(Db)](./milestone05-persistence/index.md)
- Milestone 6. [서비스](./milestone06-service/index.md)
- 마일스톤 4. [인프라스트럭처(WebApi)](./milestone04-infrastructure/index.md)
- 마일스톤 5. [영속성(Db)](./milestone05-persistence/index.md)
- 마일스톤 6. [서비스](./milestone06-service/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: deep
---

# 깊은 도메인 탐색
# 깊은 도메인 탐색

## 설계 목표
- `1.` **주요 도메인 규칙(불변 조건)을** 발굴하여 객체 관계를 구성하고 검증합니다.
Expand Down

0 comments on commit 4e8ecfd

Please sign in to comment.