Functional Dependency Injection in Python
The Problem
In software engineering, dependency injection is a programming technique in which an object or function receives other objects or functions that it requires, as opposed to creating them internally. Dependency injection aims to separate t...
alexandercodes.hashnode.dev4 min read
Eldar Ahmadov
Software
Been recently re-reading this and realized that this is similar to partials in fucntools.