Skip to content

Commit

Permalink
Doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iOS-Ruel authored Sep 17, 2024
1 parent d1b3526 commit f9db9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Coordinator를 프로젝트에 적용해보면서 고민한 점
Coordinator에서 start 메서드를 통해 ViewController와 ViewModel을 생성하고 주입해주었다.</br>
ViewModel과 Coordinator 간의 상호작용은 Protocol을 이용해 서로간의 의존성을 최소화하며, 단방향 흐름을 유지할 수 있도록 하였다.</br>
<img src="https://github.com/user-attachments/assets/3e7ac164-582d-4141-8e8a-e60234a801ae" width="400" height="250"/></br>
흐름으로 본다면 위 사진과 같은 흐름을 갖게 되었다.
플로우를 확인해본다면 위 사진과 같은 플로우를 갖게 되었다.

3. 느낀점.</br>
- 명확한 역할 분리로 인해 유지보수가 용이하였고, 코드의 가독성 증가로 인해 팀원간 각 작업 공유가 원활했다.</br>
Expand Down

0 comments on commit f9db9b5

Please sign in to comment.