Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Microframeworks

cockscomb
March 12, 2015

 Microframeworks

Advanced architecture for modern mobile apps development
Presented at potatotips #15

cockscomb

March 12, 2015
Tweet

More Decks by cockscomb

Other Decks in Programming

Transcript

  1. –James Lewis and Martin Fowler, Microservices “In short, the microservice

    architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API.”
  2. Developing frameworks • Driven by unit tests • CI (Jenkins

    etc) • Using dependency manager • CocoaPods (>= 0.36) • Carthage
  3. Pros • All advantages of frameworks • Offering solid public

    interfaces • Explicit separation with domains • Needs testing for developing • Independent from platforms as possible