[운송 III (운송)] 미션 구현 (신윤철)#12
Open
Shin-Yun-Cheol wants to merge 14 commits intoallrounder-backend:mainfrom
Open
[운송 III (운송)] 미션 구현 (신윤철)#12Shin-Yun-Cheol wants to merge 14 commits intoallrounder-backend:mainfrom
Shin-Yun-Cheol wants to merge 14 commits intoallrounder-backend:mainfrom
Conversation
ddoddogga
reviewed
Aug 31, 2025
| private final PlaceService placeService; | ||
| private final double speedKmh; | ||
|
|
||
| public DeliveryService(PlaceService placeService, double speedKmh) { |
|
|
||
| import java.nio.file.Paths; | ||
|
|
||
| public class AppConfig { |
There was a problem hiding this comment.
AppConfig에 뭐가 들어가야 할 지 몰랐었는데 필요한 인스턴스를 미션에 맞게 생성하는 것이군요.
| import api.Console; | ||
|
|
||
| public class Application { | ||
| public static void main(String[] args) { |
| if (inputName == null) { | ||
| return ""; | ||
| } | ||
| String nfcNormalized = Normalizer.normalize(inputName, Normalizer.Form.NFC); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
💡 Summary
구현한 기능
신경써서 구현한 점 / 어려웠던 점
📚 Retrospective (YWT)
What I did
What I Learned
What I will do next
✨ Impression
앞에 잘 나눠둬서라고는 자신있게 말 못하지만 이번 주차 미션에서 조금만 추가하면 됐던 것 같아서 상당히 편했다고 생각한다