-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.