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

도메인 중심적인 코드로 리팩토링 #286

Open
softpeanut opened this issue Jan 8, 2023 · 0 comments · Fixed by #299
Open

도메인 중심적인 코드로 리팩토링 #286

softpeanut opened this issue Jan 8, 2023 · 0 comments · Fixed by #299
Assignees
Labels
refactor 코드 리팩토링 할 경우

Comments

@softpeanut
Copy link
Member

softpeanut commented Jan 8, 2023

AS-IS

  • 비즈니스 로직 및 객체들이 중구난방하게 흩어져 있음
  • 비즈니스 로직과 도메인 로직의 구분이 안됨

TO-BE

  • 명확하게 분리해 코드 가독성 증진하기
  • Value Object 사용을 늘려 객체 지향적인 코드 작성하기
  • Domain의 SPI Application으로 이동

Additional

  • Web Request → Application Data 변환 구성
@softpeanut softpeanut added the refactor 코드 리팩토링 할 경우 label Jan 8, 2023
@softpeanut softpeanut self-assigned this Jan 8, 2023
softpeanut added a commit that referenced this issue Jan 9, 2023
softpeanut added a commit that referenced this issue Jan 9, 2023
refactor: (#286) Holiday Aggregate 리팩토링
softpeanut added a commit that referenced this issue Jan 9, 2023
softpeanut added a commit that referenced this issue Jan 9, 2023
khcho0125 added a commit that referenced this issue Jan 9, 2023
khcho0125 added a commit that referenced this issue Jan 9, 2023
khcho0125 added a commit that referenced this issue Jan 10, 2023
softpeanut added a commit that referenced this issue Jan 10, 2023
softpeanut added a commit that referenced this issue Jan 11, 2023
khcho0125 added a commit that referenced this issue Jan 13, 2023
softpeanut added a commit that referenced this issue Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 코드 리팩토링 할 경우
Projects
1 participant