Tag: modularization
All the articles with the tag "modularization".
CI Says Green — So Why Did the Module Boundary Just Break?
Compiling isn't enough to protect a Flutter/Kotlin/Swift/Rust E2EE module's architecture. Five CI gates that catch boundary breaks before they ship.
Ten Teams, One Hybrid App: Where Do You Draw the Module Boundaries?
Grab runs 1,000+ modules in one app, Reddit's Android app ~800. The rules that make that survivable — contracts over imports, CI-enforced graphs — and why a Flutter module must hide behind a native boundary.
How Does a Flutter Module Get a Token From the Native Host When the App Has Many Modules?
A Flutter package needs the host app's auth token. Every obvious answer — a MethodChannel, importing AppCore — points the dependency the wrong way. The fix is to stop passing the token.
What Architecture Layers Does a Mobile App Need to Survive Years of Development?
Messenger deleted 84% of its code to get fast. Telegram serves hundreds of millions from one module. Module graphs I extracted from three chat apps show which layers actually pay rent.