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

When the iOS SDK says “Jump,” ask “How High?”

Bryan Irace
September 26, 2014

When the iOS SDK says “Jump,” ask “How High?”

Slides from the Brookyln iOS Developer Meetup (http://www.meetup.com/The-Brooklyn-iPhone-and-iPad-Developer-Meetup/events/205984482/), given at Stack Overflow on 9/25/2014.

Bryan Irace

September 26, 2014
Tweet

More Decks by Bryan Irace

Other Decks in Technology

Transcript

  1. “Hardest problems in software development” 4 Naming things 4 Cache

    invalidation 4 Off-by-one errors 4 Deciding when to adopt new technologies
  2. Adopting new technologies: pros 4 New capabilities 4 Cleaner code

    4 Indeterminate potential future benefits
  3. Adopting new technologies: cons 4 Maintain backwards compatability 4 Learning

    curve 4 Premature 4 Spending time replacing working code instead of building something new
  4. Takeaways 4 Only support the latest OS version (if possible)

    4 Adopt new frameworks early-ish 4 Use these examples to justify the upfront cost