# Modularization - Why you should care

DevFeed: [Modularization - Why you should care](<https://devfeed.tech/articles/modularization-why-you-should-care-28677.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2019/03/06/modularizationwhy/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2019-03-06T00:00:00Z

Content type: article

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [modules](<https://devfeed.tech/topics/modules.md>), [build performance](<https://devfeed.tech/topics/build-performance.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Development](<https://devfeed.tech/topics/development.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [app-size](<https://devfeed.tech/tags/app-size.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [incremental](<https://devfeed.tech/tags/incremental.md>), [modularization](<https://devfeed.tech/tags/modularization.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>)

## AI overview

This first post in a series explains why app modularization can be useful. It covers potential benefits including faster builds through Gradle caching and parallelism, on-demand delivery, simpler development, module reuse, experimentation, scaling teams, refactoring, and test automation.

## Source excerpt

Modularizing your app seems to be all the hype these days. But why should you actually care? What are the benefits for you and your team?