BOOKS - PROGRAMMING - Clean Architectures in Python A practical approach to better so...
Clean Architectures in Python A practical approach to better software design, 2nd Edition - Leonardo Giordani 2022 PDF | EPUB Leanpub BOOKS PROGRAMMING
US $7.60

Views
543796
Clean Architectures in Python A practical approach to better software design, 2nd Edition
Author: Leonardo Giordani
Year: 2022
Number of pages: 153
Format: PDF | EPUB
File size: 10 MB
Language: ENG

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.To fully appreciate the book you need to know Python and be familiar with TDD, in particular with unit testing and mocks. Please refer to the series TDD in Python with pytest published on my blog if you need to refresh your knowledge about these topics.

You may also be interested in: