Skip to content

Latest commit

 

History

History

0091-modular-dependency-injection-pt1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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!