Porting Redux Architecture to Swift (Well, for a Toy macOS App Anyway)

How to architect smaller macOS projects in a way that is testable, debuggable, easy to understand, and easy to reason about. Read more

Similar

Swift 4 KeyPaths and You

Swift 4 is almost upon us, and I thought I would explore one of its features that I haven’t had the opportunity to that much: KeyPaths. There’s a lot of interesting nuance in here that I previously didn’t realize existed which I’d love to share. (more…)

Read more »

The Best New Features in Swift 4

Swift 4 is here, and it's bringing some nice changes. We're not getting a radical rework of the syntax like we did last year, nor are we getting a breathtaking pile of new features like we did for Swift 2, but there are some nice additions you can use to ... (more…)

Read more »