Plainionist Become a Better Developer, Deliver Software Faster

Implementing Clean Architecture - An Overview

Let’s briefly summarize what the Clean Architecture is …

The Clean Architecture consists of multiple layers organized as circles while dependencies are only allowed from outer circles to inner circles. The inner circles contain the business logic. All details, devices and frameworks are in the outer circles.

Wait! Let me rephrase: Let others briefly summarize what the Clean Architecture is about …

(I really like the DRY principle so why should I repeat what others have put together nicely already ;-) )

Brief enough?

Update 2018-04-08

  • A Clean Architecture in .Net is a great post about realizing Clean Architecture in .Net in an Asp.Net environment - quite similar to my setup ;-) Definitively worth reading if you want to start implementing Clean Architecture.
Tags: clean-architecture