Thoughts on Application Architecture with SwiftUI
May 25, 2020, 3:00 AM
This is the first in a series of posts about SwiftUI and the progress I’ve made so far with it. Before we get started, however, a few caveats: SwiftUI is still a 1.0. To be fair, that is one hell of a 1.0 and such a great job by Apple....
My Continuous Automation Developers Manifesto
May 10, 2020, 3:00 AM
Slowly over the last few years I’ve started to form what I’m calling a continuous automation developers manifesto. At a high level I think everyone agrees on how helpful a continuous automation system can be, and yet many developers either...
Limit SceneDelegate work for testing and previews
May 4, 2020, 3:00 AM
A common pattern now for a while is to limit what happens in your AppDelegate when you are running your unit tests. Otherwise you will be starting up your application while unit tests are trying to run, causing plenty of weird failures and...