Slide 1

Slide 1 text

Modularity in mobile applications New York Mobile Forum October 30, 2014

Slide 2

Slide 2 text

How do we strike an ideal balance between the time we put into modularizing and the benefits we reap from doing so?

Slide 3

Slide 3 text

Pros 4 Easier to build separate applications 4 New products 4 iOS extensions 4 Enforces better architectural practices 4 Testing 4 Open sourcing

Slide 4

Slide 4 text

Cons 4 Overhead 4 More repositories to manage, READMEs to update, version numbers to increment 4 Tooling complexity 4 CocoaPods 4 Gradle