You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
* #14 자바코드 코틀린 전환
1. 자바코드 삭제
2. 코틀린으로 재작성
3. 기존 자바코드와 동일하게 동작하는 것 까지 확인
* #15 코드리뷰 피드백 반영
주요 내용
1. 싱글턴(object)로 작성
2. User Validation을 UserEntity로 delegate
-> UserLoginServiceImpl에서 로직 제거
-> UserEntity에 custom setter 추가
-> UserEntity setter 테스트는 어디서 해야 될까?
Co-authored-by: kms <kmmin78@gmail.com>
개요
코드리뷰 피드백 반영하여 코드 품질 향상
AS-IS
수정 전 코드로 code smell이 많이 나는 상태.
TO-BE
피드백 반영해서 코드 품질 향상.
앞으로 코드 작성할 때 참고하여 더 좋은 코드를 생산하기 위함.
The text was updated successfully, but these errors were encountered: