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

[JDBC 라이브러리 구현하기 - 1단계] 디투(박정훈) 미션 제출합니다. #341

Merged
merged 11 commits into from
Oct 2, 2023

Conversation

shb03323
Copy link

@shb03323 shb03323 commented Sep 30, 2023

반갑습니다 홍실. 명절 잘 보내고 계신가요? 캠퍼스에 나온다고 하셨는데 나오질 않으시네요. 내일은 나오실거죠?
한번쯤 리뷰이-리뷰어로 만나보고 싶었는데 함께 하게 되어서 기쁘네요.
그럼 화이팅입니다.

선물

@shb03323 shb03323 self-assigned this Sep 30, 2023
Copy link
Member

@hong-sile hong-sile left a comment

Choose a reason for hiding this comment

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

전체적으로 코드가 엄청깔끔하네요.
잘 구현해주신 것 같습니다. 테스트 코드에서의 486은 흠칫했네요.

몇몇부분에 대해서 질문 남겼으니 답해주시면 감사하겠습니다.

추가적으로 별도의 jdbcTemplateTest를 작성해주시진 않으셨더라고요.
혹시 JdbcTemplateTest 코드를 작성하지 않으신 이유가 있나요?
만약에 이런 JdbcTemplate같은 새로운 라이브러리를 만들 때 테스트코드가 굉장히 중요할 것 같은데, 어떤 방식으로 테스트를 짤 수 있을까요?

질문에 대한 답을 듣고 싶어서, request changes해요.
코드적으론 흠잡을데가 없네요.

@shb03323
Copy link
Author

shb03323 commented Oct 2, 2023

JDBC 템플릿 테스트를 하기 위해서 DataSource를 받아와야하는데, 그럴려면 H2를 의존성에 추가해야하더라구요.
지금 당장 할 것으로 코치님들께서 의도하신 것이 아닌 것 같아 DataSourceConfig 작성했다가 다시 원상태로 바꿔 넘겼습니다.

@hong-sile hong-sile merged commit df57823 into woowacourse:shb03323 Oct 2, 2023
1 check failed
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