Clean Archtecture (SOLID)

Clean Architecture – A Craftman’s Guid to Software Structures and Desing – is a book by Robert C Martin published in 2018.

Robert C. Martin started to assemble the SOLID principles in the late 1980s. The final grouping stabilized in the early 2000s, although in a different order. In 2004 or thereabout, Michael Feathers coined the word SOLID when rearraging the principles.

As this short summary describes,  it presents must known principles (SOLID) and build from them to present the “component” principles for software architecture (CCP, RRP, CRP, ADP, SAP, SDP). The book is a bit disappointing because it could probably be easily summarised in a hundred of pages (the book is more than 350 pages) and all principles were already described in 2005.