Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
고민, 과정, 근거 💬
이번 PR에서는
ViewModel
및 관련된Dependency
를 구현했습니다.이번 작업도
Home
이랑ProductInfo
와 비슷한 작업입니다.그외
ViewModel
의 비즈니스 로직이 가장 다른 점이고 UI를 수정하면서 변경이 될 수 있습니다.나중에 개선하면 좋은 점
Coordinator
에 대해 익숙해져 있다보니View
에 화면 전환 코드를 작성하는 것이 조금 거슬리네요.나중에 SwiftUI 관련
Coordinator Pattern
적용을 고려하는 것도 좋은 생각일 것 같습니다.ViewModel
이나 다른 코드가 너무 겹치는 것이 많아서.. 나중에 따로 조치를 취하는 게 좋을 것 같습니다 😭