-
Notifications
You must be signed in to change notification settings - Fork 202
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
[자동차 경주] 이아름 미션 제출합니다. #211
Open
souk0712
wants to merge
8
commits into
woowacourse-precourse:main
Choose a base branch
from
souk0712:souk0712
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b13b9e - Browse repository at this point
Copy the full SHA 8b13b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073537b - Browse repository at this point
Copy the full SHA 073537bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3492c - Browse repository at this point
Copy the full SHA 6b3492cView commit details -
Car.kt: - name은 val형식으로 private을 붙일 필요 없어서 제거 - 캡술화를 위해 외부에 접근이 불가능한 _distance와 접근 가능한 distance로 변수 분리 - getDistanceLength()함수를 distanceLength 변수로 변경 - equals()와 hashCode함수() 정의
Configuration menu - View commit details
-
Copy full SHA for b43d031 - Browse repository at this point
Copy the full SHA b43d031View commit details -
refactor: 원활한 테스트 코드 작성을 위한 코드 변경
Application.kt: - 원활한 테스트 코드 작성을 위해 모든 함수를 람다를 활용하여 매개변수로 전달하는 방식으로 변경 - raceCar()에서 자동차의 전진 또는 멈춤을 수행하는 함수를 driveCar()로 분리
Configuration menu - View commit details
-
Copy full SHA for f8994ce - Browse repository at this point
Copy the full SHA f8994ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49b89f - Browse repository at this point
Copy the full SHA c49b89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4e792 - Browse repository at this point
Copy the full SHA af4e792View commit details -
Configuration menu - View commit details
-
Copy full SHA for e247e86 - Browse repository at this point
Copy the full SHA e247e86View commit details
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.