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.
구현한 기능 목록
자동차이름입력값_빈값일때_예외_테스트
반복횟수_빈값일때_예외_테스트
반복횟수_0일때_예외_테스트
반복횟수_음수일때_예외_테스트
유효하지않은_구분자_예외_테스트
: ‘,’이외의 구분자가 입력으로 들어왔을 때자동차이름에_숫자_포함돼있을시_예외_테스트
자동차이름에_다른구분자_포함돼있을시_예외_테스트
구분자가_맨앞에있을때_예외_테스트
구분자가_겹쳐있을때_예외_테스트
구분자가_맨뒤에있을때_예외_테스트
고민 사항
함수를 하나의 일을 하는 작은 단위의 함수로 나누었고 같은 변수를 공유하고 같은 변수를 사용하는 함수끼리 묶어 클래스를 정의하였습니다.