-
Notifications
You must be signed in to change notification settings - Fork 269
[지하철 노선도 미션] 박한울 미션 제출합니다. #117
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
Open
hanulparkk
wants to merge
22
commits into
woowacourse:main
Choose a base branch
from
hanulparkk:hanulparkk
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
Conversation
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.
안녕하세요
개인 사정이 생겨서 이번 주에 많은 시간을 투자하지 못해 너무 아쉽습니다.
최대한 많이 고민해보면서 프로그래밍하려고 노력했습니다.
첫 번째로,
이미 깃을 fork해서 작업을하고 있는 도중에 origin remote 서버에 업데이트 작업이 있었습니다.
덕분에 제가 미리 fork해서 작업하고 있는 repository 를 최신화 하기위해서 git에 대해 많이 공부할수 있어서 좋았습니다.
두번째로, 프로그램 요구사항 중 하나인 "함수(또는 메소드)의 길이가 15라인을 넘어가지 않도록 구현한다. "를 지키기위해 많은 고민을 했는데요, 제가 찾은 해결책은 함수형 인터페이스와 람다식 그리고 Collections API를 활용해보는 것이었습니다. 덕분에 함수형 인터페이스와 람다식 그리고 Collections API에 대해서 많은 공부를 할 수 있어서 너무 좋았습니다.
감사합니다.