Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 488 Bytes

File metadata and controls

5 lines (4 loc) · 488 Bytes

This directory contains code from Point-Free Episode: Effectful State Management: Synchronous Effects

Our app architecture solves many pain points, but has no story for side effects, one of the most important things to consider in any complex program. Let's add a few new side effects to our app to see how they change our architecture's shape.