#clean-code
Read more stories on Hashnode
Articles with this tag
DI - Dependency Injection Dependency injection is a technique in which an object receives other objects it depends on. It is actually one form of the...
The Dependency Inversion Principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles. It is often associated with...
The Strategy Pattern is a behavioral software design pattern. It enables selecting an algorithm at runtime instead of hardcoding only one possible...
The Interface Segregation Principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles. It is often associated with...
The Liskov Substitution Principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles. It is often associated with...
The Open-Closed principle is a part of SOLID, a mnemonic acronym that bundles a total of 5 design principles. It is often associated with clean...