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] 공통 메서드를 entity내 메서드로 수정 #87

Merged
merged 4 commits into from
Jan 14, 2024

Conversation

mikekks
Copy link
Contributor

@mikekks mikekks commented Jan 14, 2024

📝 PR 타입

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📝 반영 브랜치

📝 변경 사항

  • 중복되는 메서드를 entity내 메서드로 추가했습니다.

📝 테스트 결과

스크린샷 2024-01-14 오후 11 03 32 스크린샷 2024-01-14 오후 11 03 45 스크린샷 2024-01-14 오후 11 03 56

📝 To Reviewer

@mikekks mikekks requested a review from sung-silver January 14, 2024 14:04
@mikekks mikekks self-assigned this Jan 14, 2024
Copy link
Contributor

@sung-silver sung-silver left a comment

Choose a reason for hiding this comment

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

엔티티단으로 뺀거 너무 좋습니다 수고하셨습니다!!

@@ -38,4 +38,8 @@ public class UniversityExam {

@NotNull
private int universityExamTimeLimit;

public String getUniversityAndUniversityExamName(){
Copy link
Contributor

Choose a reason for hiding this comment

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

함수이름 getUniversityFullName() 어떠신가요?? 시험년도도 들어가고있어서!! 아님 정보에서 사용되는 이름이라고해서 ExamInfoName..?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋ 안그래도 좀 아쉬웠는데 예리하십니다 ㅋㅋㅋ
넘 좋습니다! 리뷰 반영해서 getUniversityExamFullName() 으로 하면 좋을 것 같습니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

네엡!!!!

@mikekks mikekks merged commit e51c643 into dev Jan 14, 2024
1 check passed
@mikekks mikekks deleted the refactor/#86 branch January 14, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 공통 메서드 entity class에 위임
2 participants