-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEP-158 feat: sdk version 업데이트 & 모듈명 변경 & 습관 등록/수정 UI 제작 #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
SonarCloud Quality Gate failed. |
} | ||
|
||
/* | ||
private fun observe() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주석부분 안쓰는 코드이면 삭제해도 좋을 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
곧 기능 도입할 예정이라 주석만 해놨습니닷 늦어지면 삭제하겠습니다!!
|
||
@Binds | ||
abstract fun bindGoalAddNavigator(navi: GoalAddNavigatorImpl): GoalAddNavigator | ||
abstract fun bindGoalAddNavigator(navi: HabitCreateNavigatorImpl): GoalAddNavigator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HabitCreateNavigatorImpl
대신 HabitCreateNavigator
사용하는것도 가능할까요?
특정 구현보다 추상적인 타입으로 쓰는게 좋을 것 같아서요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interface를 navigator모듈에 작성하고 해당되는 각 모듈에서 구현체를 작성해서 impl을 하긴 했는데 (생각해보니 GoalAddNavigator라는 이름이 그대로있네요 navigator이름도 바꿔놓겠습니닷) 아직 제가 hilt에 익숙하지 않아서 그런데 구현체 대신 추상체를 넣는것도 가능한가요?? @juhwankim-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 항상 구현체만 넣어와서
이번 기회에 테스트해봤는데 추상체는 안되네요...!
💁♂️ 변경 내용
AS-IS
TO-BE
📢 전달사항