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.
1. ⭐️ 변경된 내용
2. 📌 이 부분은 꼭 봐주세요!
이전 프로젝트에서 문서화 한 것이에용 FCM 참고해주세요!
Service In CleanArchitecture
서비스는 안드로이드 프레임워크 의존성이 있는 레이어이므로, Domain을 제외한 Data, Presentation Layer에 위치할 수 있는데,
Service도 Activity와 마찬가지로 4대 컴포넌트이고 앱의 시작점이므로 Presentation Layer가 더 적합하다고 판단하였습니다.
App 모듈에도 둘 수 있으나 App 모듈과 presentation 모듈을 분리했음으로,
App모듈은 라이브러리의 시작 및 DI(IoC 컨테이너)의 역할로 사용하는 것이 더 타당하다고 생각하여 Presentation Layer에 위치시켰습니다!!