Skip to content

Modularize App by dividing iOS frameworks #5

@ASV44

Description

@ASV44

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions