-
Notifications
You must be signed in to change notification settings - Fork 132
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
[Spring JDBC] 한명수 미션 제출합니다. #252
base: mangsuyo
Are you sure you want to change the base?
Conversation
안녕하세요 명수님! 군더더기 없이 깔끔한 코드라 리뷰할 점이 거의 보이지 않았습니다..! 도메인 객체의 Id를 Repository에서 주입해도 될까? 코드 보면서 많이 배워갑니다 :) |
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.
추상화 하여 repository를 분리해 깔끔하게 잘 보이네요!
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.
감사합니다 :)
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.
findById 메서드는 삭제시에만 사용하는 것 처럼 보이는데 delete 메서드와 구분하여 따로 만드신 이유가 있는걸까요? 궁금합니다!
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.
findById
는 이후에 다시 사용될 로직이라 생각해서 따로 분리해서 만들었습니다 :)
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.
아아 그렇군요! 좋은 것 같습니다!!
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.
깔끔하게 잘 구현하신 것 같습니다!
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.
감사합니다 :)
안녕하세요 리뷰어님.
미션 수행하느라 수고 많으셨습니다!
편하게 리뷰 작성해주시면 감사하겠습니다. (꾸벅)
✅ 같이 고민하고 싶은 점
Id
를Repository
에서 주입해도 될까?✅ 중점으로 봐주셨으면 하는 점
Files changed
에는컨트롤러
,DTO
등이 포함되지 않습니다.Spring JDBC 미션 커밋 범위