[7주차] 워크북 미션 -hoddak#18
Open
ghdudx2 wants to merge 2 commits into
Open
Conversation
…into feat/week7-hoddak2
Collaborator
Author
|
뭔가 깃허브 푸쉬 과정에서 꼬인 것 같은데, 어디서부터 꼬였는지 모르겠습니다.. |
Contributor
아마 루트 디렉토리에서 출발해서 그런것 같습니다. 본인 하위 디렉토리에서 해보시면 될 수도있습니다. |
Contributor
|
네, 전체적으로 코드 확인했습니다. Cursor Paging 구현 시 countQuery 분리 및 별점 정렬 상황에서 (score = cursorScore AND id < cursorId) 형태의 tie-break 조건을 사용하신 부분은 성능과 정렬 안정성을 함께 고려한 좋은 구현이라고 생각합니다. GET 요청에 RequestBody 를 사용하는 부분은 HTTP Method 특성상 한 번 더 검토해보시면 좋을 것 같습니다. 현재 단계에서는 RequestParam 또는 PathVariable 기반으로 사용자 식별값을 전달하는 방향이 더 안전해 보입니다. |
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.