Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 515 Bytes

File metadata and controls

5 lines (4 loc) · 515 Bytes

This directory contains code from Point-Free Episode: Designing Dependencies: Reachability

It’s straightforward to design the dependency for interacting with an API client, but sadly most dependencies we work with are not so simple. So let’s consider a far more complicated dependency. One that is long living, and involves extra types that we can’t even construct ourselves.