Tag: Advantages to modularization
-
Advantages to modularization in iOS
We’ve already talked about what modularization is, and why a team might want to architect their codebase in such a way. But what are the real life advantages to having multiple units of code to work in? Lets take a look. Portable As touched on previously, modules that are loosely coupled to other modules in…