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.
코드 리뷰 중점 요청 사항
정현수
아래 코드는 컨트롤러에서 반환을 담당하는 코드입니다.
클라이언트는 아래와 같이 JSON 형태로 응답을 받는데
여기서 상태 코드를 204로 반환하는 게 올바른지 잘 모르겠습니다.
예전에 봤던 글에서 상태코드 204를 반환할 때는 body가 존재해서는 안된다 라는 주의사항을 본 것 같은데 200을 반환하도록 리팩터링하는 것이 올바를까요?
signUpService
의approve
메서드중하나의 메서드에서 여러 레포지토리에 접근하여 저장하거나 삭제하는데 이게 올바른 구조인가요?
멘토님은 어떻게 코드를 작성하셨을지 궁금합니다.
양수현
황인영
신용호