🌱Aadam's Garden

Search

Search IconIcon to open search

Clean Architecture

Last updated Jun 23, 2022

# Clean Architecture

The Software Architecture should be:

clean_architecture.png
This diagram gives us an abstract view of the Clean Architecture, as proposed by Uncle Bob.

# The Dependency Rule

# Layers/Circles

The Clean Architecture follows a layered approach to achieve code separation. It generally includes four layers but you can add more circles/layers as long as they follow the dependency rule.

# Entities

# Use Cases

# Interface Adapters

# Frameworks and Drivers

# Resources