git-subtree-dir: apps/mobile git-subtree-mainline:11490df648git-subtree-split:c7bc4fea56
28 lines
573 B
Markdown
28 lines
573 B
Markdown
---
|
|
name: <domain-name>
|
|
description: <도메인 한 줄 설명>
|
|
type: <core | supporting | generic>
|
|
---
|
|
|
|
# <Domain Name>
|
|
|
|
## 목적 / 책임
|
|
- 이 도메인이 담당하는 핵심 책임
|
|
|
|
## 포함 경로
|
|
- `path/to/included/`
|
|
|
|
## 제외 경로
|
|
- `path/to/excluded/`
|
|
|
|
## 주요 구성 요소
|
|
- `ComponentName`: 역할 설명
|
|
|
|
## 유지할 패턴
|
|
- 기존 코드에서 반드시 유지해야 할 패턴
|
|
|
|
## 다른 도메인과의 경계
|
|
- **<other-domain>**: 이 도메인은 ~하고, <other-domain>은 ~한다.
|
|
|
|
## 금지 사항
|
|
- 이 도메인에서 하면 안 되는 것
|