# 지역성의 원칙을 고려한 패키지 구조: 기능별로 나누기

> Clean Markdown view of GeekNews topic #3050. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3050](https://news.hada.io/topic?id=3050)
- GeekNews Markdown: [https://news.hada.io/topic/3050.md](https://news.hada.io/topic/3050.md)
- Type: news
- Author: [ahnheejong](https://news.hada.io/@ahnheejong)
- Published: 2020-10-19T09:00:58+09:00
- Updated: 2020-10-19T09:00:58+09:00
- Original source: [ahnheejong.name](https://ahnheejong.name/articles/package-structure-with-the-principal-of-locality-in-mind/)
- Points: 12
- Comments: 1

## Topic Body

프로젝트 패키지 구조에 있어 packages-by-layer와 packages-by-feature, 두 접근 방식을 지역성의 원칙(the principal of locality)를 사용해 비교한 글

## Comments



### Comment 3223

- Author: sduck4
- Created: 2020-10-19T09:45:32+09:00
- Points: 1

추후 서비스가 커져서 각 기능들을 마이크로 서비스로 분리해야 할 시점이 오면, packages-by-feature를 사용한 것이 큰 도움이 되겠내요.
