John Ousterhout, Professor of Computer Science at Stanford University gave a talk at Google about the Philosophy of Software Design. I found that talk life-changing as a programmer and I often recall his references in my daily coding life. In today’s article, I tried to summarise the “Take away from his talk”. Index Topic Page/Section
SOLID principles can be applied to any object-oriented programming language, including PHP, which is the language used by Laravel. In Laravel, here’s how you can apply SOLID principles: By following SOLID principles in Laravel, you can create a well-structured and modular application that is easy to maintain, extend, and test. Here are some examples of