5 ms·
Higher order functions can be used for dependency injection. Dependency injection and the Dependency inversion principle are not one and the same. The princip
by Avi-D-coder 2y ago
Higher order functions can be used for dependency injection.
Dependency injection and the Dependency inversion principle are not one and the same.
The principle makes a claim, that inversion is a good onto itself.
Injection is a tool not a claim.
- tcfhgj 2y agoThe principle is not making any claim. It is simply a method to achieve something.