[운송 I (배송)] 미션 구현 (신윤철)#5
Open
Shin-Yun-Cheol wants to merge 6 commits intoallrounder-backend:mainfrom
Open
Conversation
kokkumong
reviewed
Aug 18, 2025
| outputView.printCoordNotFound(dst.name(), dst.id()); | ||
| return; | ||
| } | ||
|
|
There was a problem hiding this comment.
Optional 사용법을 생각 못하기도 했고 잘 몰랐는데 리뷰하면서 공부할 수 있었네요. 좋은 것 같아요!
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.
✅ CheckList
신경써서 구현한 점 / 어려웠던 점
📚 Retrospective (YWT)
What I did
What I Learned
What I will do next
✨ Impression
interface를 활용하기 위해 해봤는데 아직은 굳이 왜 써야하는지 잘 모르겠고, TDD를 활용한 개발을 다음에 해보면 더 구현이 쉬워질 수 도 있을 것 같다는 생각이 들었다.