Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 553 Bytes

File metadata and controls

5 lines (4 loc) · 553 Bytes

This directory contains code from Point-Free Episode: Observable Architecture: Observing Enums

We’ve made structs and optionals observable in the Composable Architecture, eliminating the need for ViewStores and IfLetStores, so what about enums? If we can make enums observable, we could further eliminate the concept of the SwitchStore, greatly improving the ergonomics of working with enums in the library.