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.