Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] 꼼꼼한 예외처리 추가 #75

Merged
merged 12 commits into from
Jul 21, 2023

Conversation

jun02160
Copy link
Member

📌 관련 이슈

close #70

✨ 어떤 이유로 변경된 내용인지

  • Slack에 기록된 서버 에러 각각에 대해 예외처리 해두었습니다!

  • 각 예외 클래스에 대해 원인을 찾고 ErrorType ENUM 으로 메시지 지정했습니다

  • ApiResponse에서 Exception 의 구체적인 발생 원인을 출력하고자 메서드 추가했습니다!

  • 객체 그래프 탐색 VS 순수 쿼리 중 성능 측면에서 객체 그래프 탐색이 우수하다고 하여 객체 그래프 탐색으로 바꿨습니다!

    • User -> Parentchild 조회 시, user.getParentchild()로 가져올 수 있는 부분이 쿼리로 작성되어 있어 해당 부분 제외했어요

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

  • 리뷰 부탁드려요 아요 >< 💖

@jun02160 jun02160 added 🔥 Pull Request PR 날림 예준🍒 🧹Chore 동작에 영향 없는 코드 or 파일, 폴더 관련 수정사항 🔨Refactor 코드 리펙토링 (기능 변경 없이 코드만 수정할 때) labels Jul 21, 2023
@jun02160 jun02160 self-assigned this Jul 21, 2023
Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고했습니다~~ 덕분에 좋은 예외처리가 뭔지 고민해볼 수 있는 시간이었어요

@jun02160 jun02160 merged commit 999ddde into develop Jul 21, 2023
1 check passed
@ddongseop ddongseop deleted the refactor/#70-exception_handling branch August 12, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🧹Chore 동작에 영향 없는 코드 or 파일, 폴더 관련 수정사항 🔥 Pull Request PR 날림 🔨Refactor 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 꼼꼼한 예외처리 추가
2 participants