Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Explicit Dependencies Principle
https://deviq.com/principles/explicit-dependencies-principle/
links
backlinks
Roast topics
Find topics
Find it!
The Explicit Dependencies Principle states that methods and classes should explicitly require (typically through method parameters or constructor parameters) any collaborating objects they need in order to function correctly.