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.
이번 미션에서는 전 미션들에서 접하지 않았던 것들을 더 사용해보는 계기였습니다.
원시값을 포장하는 법, 일급 콜렉션의 개념을 알게 되었습니다.
전 미션들에서는 처리하지 않았던 예외 처리 코드를 작성하면서, throws, throw, 사용자 정의 예외 등의 개념 또한 정리했습니다.
아직 TDD로 개발하는 것은 어려운 것 같습니다. 테스트를 먼저 생각하고 개발을 하는 과정은 아직 잘 와닿지 않아서 더욱 연습해야 겠다고 느꼈습니다.
몰랐던 기능들인 Collections.shuffle(), ArrayList.contains()를 활용할 수 있는 기회였습니다.
자바의 enum을 어디서 보긴 했지만 직접 써보는 것은 처음이었는데, 열심히 구글링을 하면서 조금은 가까워진 느낌입니다.
전체적으로 이번 미션에서는 몰랐던 개념들을 코딩으로 직접 구현하기 전에 구글링해보고 알기 위해서 시간을 꽤 쏟았고, 최대한 활용하려고 했습니다. 몰랐던 개념들을 알게 되고, 정리할 수 있어서 유익했습니다.