Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 503 Bytes

File metadata and controls

5 lines (4 loc) · 503 Bytes

This directory contains code from Point-Free Episode: Testable State Management: Ergonomics

We not only want our architecture to be testable, but we want it to be super easy to write tests, and perhaps even a joy to write tests! Right now there is a bit of ceremony involved in writing tests, so we will show how to hide away those details behind a nice, ergonomic API.