Skip to content

Latest commit

 

History

History

0090-composing-architecture-with-case-paths

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This directory contains code from Point-Free Episode: Composing Architecture with Case Paths

Let's explore a real world application of "case paths," which provide key path-like functionality for enum cases. We'll upgrade our composable architecture to use them and see why they're a better fit than our existing approach.