Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

#14 자바코드 코틀린 전환 #15 코드리뷰 피드백 반영 #16

Merged
merged 2 commits into from
May 12, 2021

Conversation

kmmin78
Copy link
Collaborator

@kmmin78 kmmin78 commented May 2, 2021

#14 자바코드 코틀린 전환
#15 코드리뷰 피드백 반영

kms added 2 commits May 2, 2021 20:58
1. 자바코드 삭제
2. 코틀린으로 재작성
3. 기존 자바코드와 동일하게 동작하는 것 까지 확인
주요 내용
1. 싱글턴(object)로 작성
2. User Validation을 UserEntity로 delegate
    -> UserLoginServiceImpl에서 로직 제거
    -> UserEntity에 custom setter 추가
    -> UserEntity setter 테스트는 어디서 해야 될까?
@kmmin78 kmmin78 changed the title Feature/kms/002 #14 자바코드 코틀린 전환 #15 코드리뷰 피드백 반영 May 2, 2021
@FrancescoJo
Copy link
Collaborator

#4#14 가 같은 기능을 구현하고 있으므로 둘 중 하나를 선택해야 함

@FrancescoJo FrancescoJo closed this May 3, 2021
@FrancescoJo FrancescoJo reopened this May 3, 2021
@FrancescoJo FrancescoJo self-requested a review May 12, 2021 11:40
@FrancescoJo FrancescoJo added this to CodeReview in awesome-wiki via automation May 12, 2021
@FrancescoJo FrancescoJo linked an issue May 12, 2021 that may be closed by this pull request
@FrancescoJo FrancescoJo merged commit 93ea306 into f-lab-edu:develop May 12, 2021
awesome-wiki automation moved this from CodeReview to Done May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

자바코드 코틀린 전환
2 participants