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.
[#100] FEAT : 로그인 구현
🌱 작업한 내용
처음에는 이름만 다른 프로토콜이 여러 개가 생성되는 것 같아서 이런 식으로 분리를 했는데, 의존성 주입을 하다 보니 네이밍이 자연스럽지 않다는 생각이 들었어요.
아티클 VC에 bookmarkservice, bookmark api 객체를 주입하는 게 어색할 수 있다는 생각이 들었어요.
그런데 현재 특정 뷰에서만 리팩토링이 진행되었기 때문에, 각각의 VC별로 프로토콜을 생성하면 해결될 것 같다는 결론이 나왔습니다.
🌱 PR Point
📮 관련 이슈