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.
안녕하세요. 서버 4조 배준영입니다.
이번 2주차는 HTTP통신에 대해 이해할 수 있었던 시간이었습니다.
리팩토링은 다음과 같이 진행하였습니다.
이번 미션을 진행하면서, 처음에는 테스트 코드를 활용해 기능을 검증하려 했으나, 아직 익숙지 않다 보니 종종 문제가 발생할 때마다
System.out.println()
으로 문제를 진단하는 방식에 의존하게 되었습니다. 이런 식으로 실행과 중지를 반복하며 로컬호스트에서 결과를 확인하는 과정은 점점 비효율적이라고 느껴졌습니다.이러한 과정을 겪으면서 TDD에 대한 필요성을 더 느낀 것 같습니다.😥