Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Explicit Dependencies Principle
https://deviq.com/principles/explicit-dependencies-principle/
links
backlinks
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.