Kodeco Forums

RWDevCon 2016 Session 305: App Architecture

Is your codebase resilient to change? Can you and your team build features and fix bugs swiftly and easily without inadvertently introducing regressions? In this tutorial, you’ll learn practical core architectural concepts while getting hands on experience writing flexible code. From encapsulating user story logic into asynchronous NSOperations to injecting dependencies, you’ll walk out of here architecting apps like a pro!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1286-rwdevcon-2016-session-305-app-architecture
1 Like

Great session, René!

In Demo 1, you used computed properties with what I knew as “backing fields”, in C#, for executing and finished. I’m wondering why you didn’t just use stored properties with willSet and didSet observers.

Thanks!

Any idea how to solve this in Xcode 8?