Enhance Laravel code with SOLID Principles - Part 2 (OCP)
The first post in the SOLID with Laravel series discussed SRP (Single Responsibility Principle). Now, let's explore the second principle, the Open/Closed Principle (OCP).
Open/Closed Principle states that software entities (classes, modules, function...
sidneycosta.hashnode.dev3 min read