Clean Coding Techniques: Introduction to SOLID
SOLID is a set of software development principles that can be used to create better code. During this course you can discover SOLID and its five principles. Begin by learning Single Responsibility Principle techniques and the Open/Closed principle. Next you will observe the Liskov Substitution Principle (LSP) and its techniques. From there you can explore the Interface Segregation Principle (ISP) and the Dependency Inversion Principle (DIP) and their techniques. As a review exercise you will list the five principles of SOLID; list the benefits of S; briefly explAIn the two modules in O; and briefly explAIn L I and D.