Skip to content

Commit

Permalink
📝 docs: サブディレクトリについての留意点を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Apr 13, 2024
1 parent a5fac4d commit 3f3959d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ AtomicDesignにおけるコンポーネントの分類の曖昧さを改善し
- 依存関係の方向はBase <- Case <- Common <- Domainとする
- Domain以外のコンポーネントは同じ分類同士で依存させない
- 本来、Baseに分類されるべきだが、Baseに依存してしまうようなコンポーネントは、Commonに定義する
- Baseのコンポーネントはサブディレクトリの使用を禁止し、それ以外のコンポーネントはサブディレクトリの使用を許可する
- すべてのコンポーネントはサブディレクトリを使用することができる
- 例: domain/Philosophy/Values

### 参照

Expand Down

0 comments on commit 3f3959d

Please sign in to comment.