Название: Clean Architectures in Python: A practical approach to better software design
Автор: Leonardo Giordani
Издательство: Leanpub
Год: 2019
Страниц: 171
Формат: PDF
Размер: 10 Mb
Язык: English
The clean architecture is the opposite of spaghetti code, where everything is interlaced and there are no single elements that can be easily detached from the rest and replaced without the whole system collapsing. The main point of the clean architecture is to make clear "what is where and why", and this should be your first concern while you design and implement a software system, whatever architecture or development methodology you want to follow.