<aside>
📌 목차
다루는 것
- How to modularize the app and navigate between different modules
- Benefits of modularization and what tools are at your disposal to support it.
- Xcode support in the build process using build targets and workspace compilation.
- The different types of frameworks you can create for your apps.
- Some of the dependency management options available for iOS development
Modularization
- 작고 독립적인 모듈로 분리하는 소프트웨어 설계 기술
- 캡슐화와 추상화를 잘 활용해야한다.
Benefits of modularization
- 코드 재사용
- (시간) 비용 절약
- 커뮤니티의 지원
- 향상된 빌드 타임
자세하게
Build targets