[7주차] 워크북 미션 - toy#17
Open
jinseong-yoon wants to merge 5 commits into
Open
Conversation
Contributor
|
네, 전체적으로 코드 확인했습니다. 다만 일부 API의 HTTP Method 설계, enum 변환 예외 처리, cursor 로직 구현 부분은 한 번 더 점검해보시면 좋을 것 같습니다. 특히 valueOf() 사용 시 예상하지 못한 값이 들어올 경우 예외가 발생할 수 있기 때문에, validation 또는 custom exception 처리도 함께 고려해보시면 좋을 것 같습니다. 추가 학습 포인트로는 Spring의 커스텀 어노테이션 / Validation 도 한 번 시도해보시면 좋을 것 같습니다. 공통 검증 로직을 어노테이션으로 분리하면 코드 재사용성과 Spring 활용도를 높이는 데 도움이 될 수 있습니다. @target(ElementType.FIELD) } |
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.
No description provided.