SOLID Principles

Published: May 3, 2018, 5 a.m.

SOLID is a mnemonic acronym for five core principles to designing and implementing solid object oriented code. They can and should be applied to any object oriented design and serve as the core of certain methodologies built around OOP such as agile. The goal of the principles is to make it easier to develop, maintain, and scale.

The post SOLID Principles appeared first on Complete Developer Podcast.