SOLID principles
SOLID principles 1. What is SOLID principles? The SOLID principles are a set of five fundamental design guidelines that help developers create software that is easy to maintain, extend, and und...
SOLID principles 1. What is SOLID principles? The SOLID principles are a set of five fundamental design guidelines that help developers create software that is easy to maintain, extend, and und...
Clean Architecture Basic 1. What is Clean Architecture? Clean Architecture is software development philosophy that provides developers with a way to organize codes base on key princiles. 2. Ke...