Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
junho2343 committed May 5, 2024
1 parent dcaea47 commit 44dd9ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/clean-architecture-hexagonal-architecture-with-nestjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,13 @@ reference: [
이와 자주 언급되는 `도메인 주도 설계`(Domain Driven Design)는 위의 도메인 영역을 어떠한 기준으로 분리하고 구성할지에 대한 방법론입니다.

이러한 아키텍처는 추구하는 목적은 있지만 정답은 없다고 생각합니다. 자신이 속한 조직 상황에 맞게 적당히, 잘 적용하면 좋을 것 같습니다.

`2024.05.05`

지금에서야 드는 생각이지만...

애플리케이션이 복잡해 짐에 따라, 이를 아키텍처 패턴으로 대응하고자 했습니다.

다만, 요즘은 여러 서버와 작은 애플리케이션으로 분리하는 추세고, 단순하고 명확한게 좋다고 생각을 합니다.

현업에서도 프레임워크(Spring, NestJS)에서 제공하는 구조를 유지하며, 복잡성을 늘리지 않으려고 하고 있습니다. (저희 조직에서는 그렇게 생각합니다.)

0 comments on commit 44dd9ae

Please sign in to comment.