SOLID is a mnemonic acronym named by Robert C. Martin used in Software Programming, It represents 5 principles of Object Oriented Programming.
-
Updated
Nov 12, 2023
SOLID is a mnemonic acronym named by Robert C. Martin used in Software Programming, It represents 5 principles of Object Oriented Programming.
SOLID Principles is a coding standard that all developers should have a clear concept for developing software in a proper way to avoid a bad design .it is used across the object-oriented design spectrum. When applied properly it makes your code more extendable, logical and easier to read.
Leibniz equivalence and Liskov substitutability library for Scala.
Design Patterns for Clean Code in Python
a simple example for solid principles
Liskov substitution principle cpp example [soLid]
This Repo contain different Design Pattern implementation in C++, as well as Youtube Video link for explained implementation.
Understand the Liskov Substitution Principle of the SO(L)ID principles in .NET C#
Add a description, image, and links to the liskov-subsititution topic page so that developers can more easily learn about it.
To associate your repository with the liskov-subsititution topic, visit your repo's landing page and select "manage topics."