Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 550 Bytes

File metadata and controls

5 lines (4 loc) · 550 Bytes

This directory contains code from Point-Free Episode: Composable SwiftUI Bindings: The Problem

Bindings are one of the core units of SwiftUI data flow and allow disparate parts of an application communicate with each other, but are built in such a way that strongly favors structs over enums. We will show that this prevents us from properly modeling our domains and causes unnecessary complexity in the process.