lagom
lagom copied to clipboard
Document "why use DI in python"
TDLR from the zen of python: explicit is better than implicit. So make dependencies explicit in function and constructor signatures.