Chen's blog

Notes on building polished Apple apps.

Swift, SwiftUI, tooling, app architecture, and the small product details that make software feel considered.

@autoclosure && @escape

Closures are first-class citizens in Swift, which means you can pass them around as arguments. While learning Swift, you keep running into keywords that …