#backend
Read more stories on Hashnode
Articles with this tag
S.O.L.I.D Principles Series · Dependency Injection injects a class's dependencies from the outside, rather than instantiating them within the class....
S.O.L.I.D principles series · According to the Interface Segregation Principle (ISP), a client shouldn't be made to implement interfaces they don't...
S.O.L.I.D Principles Series · The Liskov Substitution principle was introduced by Barbara Liskov in her conference keynote “Data abstraction” in 1987. It...
S.O.L.I.D principles series · Another SOLID principles in software development is the Open/Closed Principle (OCP), which asserts that software entities...
S.O.L.I.D principles series · A class should only have one reason to change, or one responsibility, in accordance with the Single Responsibility...
S.O.L.I.D Principles Series · The solid principles were developed by Robert C.Martin and It consist of five object-oriented design principles which help...