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

Modularize App by dividing iOS frameworks #5

Open
ASV44 opened this issue Apr 19, 2019 · 0 comments
Open

Modularize App by dividing iOS frameworks #5

ASV44 opened this issue Apr 19, 2019 · 0 comments
Assignees

Comments

@ASV44
Copy link
Owner

ASV44 commented Apr 19, 2019

A good approach for iOS apps, especially for big ones, is to break up entires monolith codebase into smaller iOS frameworks to compartmentalize code into smaller, more discrete chunks of functionality.

This brings a lot of benefits like reducing build time and making project more flexible, because modules could be easily replaced without affecting another app parts. Modularization is good for big apps and in small projects it is not so important and necessary, but because this is experimental project it is good idea to modularize it in order to have better understanding and real experience how to implement that.

iOS app Modularization

@ASV44 ASV44 self-assigned this Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant