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: 매소드 네이밍 정리 및 웹소켓 핸들러 코드 최적화 #158

Merged
merged 23 commits into from
May 6, 2024

Conversation

yunhacandy
Copy link
Member

No description provided.

Copy link
Member

@Youthhing Youthhing left a comment

Choose a reason for hiding this comment

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

@gikhoon 리뷰 남겼습니다~~ 관련된 부분 수정해서 마무리할게요!1

@@ -15,7 +15,7 @@ public enum ErrorCode {
FILTER_EXCEPTION(HttpStatus.UNAUTHORIZED, "필터 내부에러 발생"),
JWT_FORM_ERROR(HttpStatus.UNAUTHORIZED, "jwt 형식 에러 발생"),

EMAIL_NOT_FOUND(HttpStatus.NOT_FOUND, "해당 이메일이 존재하지 않습니다."),
Copy link
Member

Choose a reason for hiding this comment

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

해당 EMAIL_NOT_FOUND 에러는 여러곳에서 사용되고 있어서 소켓 핸들러에서 Enum명이 바뀌었다고 다 바꾸면 안됩니다..!
@gikhoon

Copy link
Member

Choose a reason for hiding this comment

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

확인했습니다

src/main/java/cotato/csquiz/service/AdminService.java Outdated Show resolved Hide resolved
- findOldMembersList -> findOldMembers
@Youthhing Youthhing changed the title Refactor: 매소드 네이밍 리팩토링 Refactor: 매소드 네이밍 정리 및 웹소켓 핸들러 코드 최적화 May 6, 2024
@Youthhing Youthhing merged commit dbc6e05 into develop May 6, 2024
1 check passed
@Youthhing Youthhing deleted the refactor/method-name-0501 branch May 6, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants