What is The Clean Architecture structure?


“Clean Architecture” is a project structure first mentioned by Robert C. Martin (Uncle Bob).

At first glance, this is the diagram of the structure:



The structure is divided in layers, where each layer does have a precise function, separated from the others.
The simplest and more important rule of...