-
Notifications
You must be signed in to change notification settings - Fork 1
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
[TASK-407] 영상관련 도메인 Entity 생성 #13
Conversation
1. Record, VideoScript, YoutubeVideo, YoutubeVideoLike Entity 작성 2. 정적팩토리패턴 사용
1. Record, VideoScript, YoutubeVideo, YoutubeVideoLike Entity 작성 2. 정적팩토리패턴 사용
Test Results3 tests 3 ✅ 0s ⏱️ Results for commit 968422b. ♻️ This comment has been updated with latest results. |
📝 Jacoco Test Coverage
|
코드리뷰 남겼습니당! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
❓ 모든 클래스에 대해서 정적 팩토리 메서드 패턴을 사용하셨는데, 클래스를 생성해주는 메서드명에 대한 가독성 때문인가요?
그렇다면 정적 팩토리 메서드 네이밍 규칙을 고려해보시는 것도 좋을 것 같습니다!
제 생각에는 팩터리 메서드의 매개변수들이 그대로 클래스 필드로 구성된다는 점에서 of
네이밍이 적절한 것 같습니다.
1. 정적팩토리 메소드 네이밍 규칙 적용 2. 가독성 위해 필드명 수정
감사합니다! 네이밍 규칙 확인 후, 수정하였습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다!
Description
결과
More