#software-development
Read more stories on Hashnode
Articles with this tag
In the world of software development, there's a valuable principle known as the Dependency Inversion Principle (DIP). This principle is a game-changer...
What Interface Segregation Principle (ISP) is? The Interface Segregation Principle is one of the SOLID principles in software engineering. The ISP...
What Liskov Substitution Principle (LSP) is? The Liskov Substitution Principle (LSP) is one of the fundamental principles in object-oriented...
What Open-Closed Principle (OCP) is? The Open-Closed Principle is a fundamental principle in software engineering that states that software entities...
What Single responsibility (SRP) is? The Single Responsibility Principle (SRP) is a software design principle that states that a class or module...
Time complexity is a metric used to assess an algorithm's efficiency. It describes how the algorithm's running time grows in proportion to the size of...