Skip to content

Files

Latest commit

Feb 16, 2020
335b7b8 · Feb 16, 2020

History

History
This branch is 152 commits behind pointfreeco/episode-code-samples:main.

0091-modular-dependency-injection-pt1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 16, 2020
Feb 16, 2020

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!