An Introduction To Clean Architecture
13 Feb 2018Today I found a nice article on the NDepend Blog: An Introduction To Clean Architecture.
The post gives a nice introduction by first motivating clean architecture by looking at the short comings of the traditional layered approach. It then gives some history about the Clean Architecture. Finally the post briefly introduces the Clean Architecture itself - the circles and the dependency rule.
It was a nice read - looking forward to read the follow-ups.