We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BusArrivalInfo.kt
BusRemainTime.kt
BusRoute.kt
BusMapper.kt
GetBusTimerUseCase.kt
java.time.LocalTime
BusArrivalInfo
BusRemainTime
busNumber
The text was updated successfully, but these errors were encountered:
Yang-Seungmin
No branches or pull requests
버스 리팩토링 결과에 따른 문제점
BusArrivalInfo.kt
BusRemainTime.kt
BusRoute.kt
BusMapper.kt
GetBusTimerUseCase.kt
java.time.LocalTime
과 시스템 시간을 이용하여 남은 시간을 계산, 이로 인해 시스템 시간이 달라질 경우 버스 타이머의 버스 출발 시간이 달라짐해결 방안
BusArrivalInfo
및BusRemainTime
의 코드 중복 최소화BusArrivalInfo
클래스 하나에 버스 정보 관련 프로퍼티를 추가하는 방법busNumber
를 어떻게 할 지에 고민 필요The text was updated successfully, but these errors were encountered: