Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 321 Bytes

Clean Architecture.md

File metadata and controls

3 lines (2 loc) · 321 Bytes

Clean Architecture

Clean architecture is a software design philosophy that separates the elements of a design into ring levels. ... The main rule of clean architecture is that code dependencies can only move from the outer levels inward. Code on the inner layers can have no knowledge of functions on the outer layers.