Conversation
4404cf3 to
bb82d36
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
캘린더 Feature만 우선 TMA로 나누어 보았습니다.
해당 캘린더만 나눈것이기에 추후 전체 리팩토링이 진행되어야 할것 같지만 일단 가볍게 구조만 변경해보았습니다.
만약 모든 피쳐를 나눈다면 이런식으로 구조를 잡을 수 있을것 같아요
공식문서상 TMA의 이점중 하나인 인터페이스로 나눠서 증분빌드 시간을 줄일수 있는 이점이 있는것은 확인했지만, 현재 Interface 레이어가 따로 나누어져 있지 않기에 Feature 모듈을 전부 다시 재빌드 해야한다는 단점이 있는것으로 확인했습니다. 현재 앱 규모가 작아서 큰 문제가 있을것같지는 않지만 나중에 이부분도 같이 고려해보면 좋을것 같아요.
📚 참고자료
https://docs.tuist.dev/en/guides/features/projects/tma-architecture#dependencies
👀 기타 더 이야기해볼 점
테스트코드의 경우에는 이전에 SwiftTest를 넣어보자 라고 간단하게? 말했던것 같은데 일단 기본 XCTest를 넣어두긴 했습니다 (사실 두개가 뭐가 다른지 아직 모름,,ㅎㅎ) 이부분도 일단 공부해보고 같이 적용해보아요아정
✔️ CI Completed