SOLID: Basic Principles of Object-Oriented Design (OOD)
Software Engineering principles series: SOLID principles of OOD
Feb 22, 20237 min read47
Search for a command to run...
Series
Software Engineering principles series: SOLID principles of OOD
Overview Software Development Life Cycle or SDLC is an iterative framework involving all the necessary steps in software production and/or improvement process. There are different approaches called models but they all include the following steps: De...
In a previous article basic concepts of SDLC (Software Development Life Cycle) were introduced. Now we're going to examine some of the most conventional strategies for applying this life cycle. Waterfall The name speaks for what it entails. In this m...