Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
assu10 committed Jan 4, 2025
1 parent 1541e4e commit 2eb9874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-08-31-ddd-domain-model-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ DDD 의 전술 패턴인 애그리거트, 밸류 오브젝트, 도메인 이벤

## 3.4. 도메인 서비스

> [DDD - 도메인 서비스](http://localhost:4000/dev/2024/04/20/ddd-domain-layer/) 를 참고하세요.
> [DDD - 도메인 서비스](https://assu10.github.io/dev/2024/04/20/ddd-domain-layer/) 를 참고하세요.
---

Expand All @@ -159,7 +159,7 @@ DDD 의 전술 패턴인 애그리거트, 밸류 오브젝트, 도메인 이벤
밸류 타입의 상태 관련된 모든 비즈니스 로직은 자신의 경계 안에 있다.
애그리거트도 마찬가지로 자신의 메서드를 통해서만 수정된다.

비즈니스 로직은 비즈니스 불변성을 감싸고 보호하여 결국 자우도를 줄여준다.
비즈니스 로직은 비즈니스 불변성을 감싸고 보호하여 결국 자유도를 줄여준다.

---

Expand Down

0 comments on commit 2eb9874

Please sign in to comment.