Skip to content

Commit

Permalink
📝 docs: サブディレクトリの使用についてドキュメントに記載する
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Apr 10, 2024
1 parent 5e1250f commit 23da491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ AtomicDesignにおけるコンポーネントの分類の曖昧さを改善し
- 依存関係の方向はBase <- Case <- Common <- Domainとする
- Domain以外のコンポーネントは同じ分類同士で依存させない
- 本来、Baseに分類されるべきだが、Baseに依存してしまうようなコンポーネントは、Commonに定義する
- Baseのコンポーネントはサブディレクトリの使用を禁止し、それ以外のコンポーネントはサブディレクトリの使用を許可する

### 参照

Expand Down

0 comments on commit 23da491

Please sign in to comment.