[JDBC 라이브러리 구현하기 - 3,4단계] 애쉬(정설희) 미션 제출합니다. #589
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요 로건! 🎈
미션의 마지막 날이네요..! 연휴동안 이것저것 할 일들이 많아서, 미션 제출이 많이 늦어졌네요.. 죄송합니다 🥲
이번 3,4단계에서는 미션의 요구사항을 지키는데 집중해봤어요!
아래는 지난 미션에 남겨주신 코멘트에 대한 답변입니다..!
템플릿 콜백 패턴을 활용해보니 확실히 코드의 관심사를 분리할 수 있었어요!
사용하는 측에서는 콜백 메서드를 구현하는데 집중할 수 있다는것이 가장 큰 장점인 것 같아요!
이번 3,4단계에서도 TransactionManager와 TransactionExecutor를 템플릿 콜백 패턴을 활용해 구현해봤어요!
감사합니다 🙇🏻♀️