Talk in English - US at WavePHP 2018
Track Name:
Torrey Pines Room
View Slides: HTTPS://M.SERVERLESS.LINK/SOLID
Short URL: https://joind.in/talk/5b674
(QR-Code (opens in new window))
S.O.L.I.D. are a popular set of Object Oriented Programming principles aimed to help you write more extensible, maintainable code. But how close do you follow any of these principles? Join this session and learn the concepts behind SOLID, and how to take advantage OO practices (low coupling, high cohesion, and strong encapsulation) to help you write code that is easier to read, understand, and maintain.
Comments
Comments are closed.
Good overview of SOLID principles. I think more real-world example code would have been helpful - more like the model class example, and less of the standard OOP animal examples.
good walk through of all the principles. I think a real-world example or highlighting PHP packages who demonstrate one of the principles would better reinforce the concepts.
Good overview of SOLID. Covered well what was specified in the objective.