hiroakissh / MyTemplateiOSApp

自分用のテンプレートリポジトリです
0 stars 0 forks source link

自分用のTemplateリポジトリのアーキテクチャについて #4

Open hiroakissh opened 6 months ago

hiroakissh commented 6 months ago

目的

自分用のTemplateリポジトリのアーキテクチャについて考える

GUIロジック

TCAのObservasionを使用した構成で行いたい

システムロジック

システムロジックを明確的に分けるかは要検討

hiroakissh commented 6 months ago

参考になりそうな記事 https://medium.com/adessoturkey/the-composable-architecture-with-an-example-project-a63881825c1b

hiroakissh commented 6 months ago

TCAで組んだ際はこんな感じになりそうよなぁ

image
hiroakissh commented 6 months ago

ロジックを組むまでの考え方が参考になる https://qiita.com/takehilo/items/814319d4666fef402a41

hiroakissh commented 6 months ago

マルチモジュール構成に関する良さそうな資料

https://zenn.dev/usk2000/articles/7c5cf34c3dff5a

わかりやすくて良さそう

https://musicline-developer.hatenablog.com/entry/2023/04/05/154526

hiroakissh commented 6 months ago

マルチモジュール構成のメリット