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

패키지 간 중복 코드 정리 #18

Open
popotec opened this issue Jan 7, 2022 · 1 comment
Open

패키지 간 중복 코드 정리 #18

popotec opened this issue Jan 7, 2022 · 1 comment

Comments

@popotec
Copy link
Collaborator

popotec commented Jan 7, 2022

comparingprices - utils 간 중복된 코드 정리

개선 방향 : utils 패키지가 comparingprices에 의존하도록 리팩터링

1단계 : utils 패키지 내 comparingprices와 중복되는 코드를 제거하고 comparingprices를 직접 참조하도록 변경

2단계 : gradle 모듈 분리를 적용

  • comparingprices와 utils를 모듈 단위 레벨로 변경
  • gradle 멀티모듈을 적용하여 utils 모듈에서 realestate 모듈에 의존하도록 개선

[gradle 모듈 분리 참고자료]

@popotec popotec changed the title 두 패키지 간 중복된 파일 정리 패키지 간 중복 코드 정리 Jan 7, 2022
@popotec
Copy link
Collaborator Author

popotec commented Jan 7, 2022

1단계 완료

  • utils 하위 중복된 Mapper 삭제
  • utils -> comparingprices Mapper 참조하도록 변경
  • utils 애플리케이션 실행시 comparingprices 패키지 하위 컴포넌트 스캔하도록 basepackage 설정

@popotec popotec mentioned this issue Jan 7, 2022
@popotec popotec closed this as completed Jan 12, 2022
@popotec popotec reopened this Jan 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant