Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 524 Bytes

File metadata and controls

5 lines (4 loc) · 524 Bytes

This directory contains code from Point-Free Episode: Dependency Injection Made Composable

While we love the "environment" approach to dependency injection, which we introduced many episodes ago, it doesn't feel quite right in the composable architecture and introduces a few problems in how we manage dependencies. Today we'll make a small tweak to the architecture in order to solve them!