Clean Architecture, Robert C. Martin
Clean Architecture, Robert C. Martin
List: $19.99 | Sale: $13.99
Club: $9.99

Clean Architecture
A Craftsman's Guide to Software Structure and Design

Author: Robert C. Martin

Narrator: Theodore O'Brien

Unabridged: 8 hr 24 min

Format: Digital Audiobook Download

Publisher: Ascent Audio

Published: 02/19/2021

Includes: Bonus Material Bonus Material Included


Synopsis

By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system. Now, building upon the success of his best-selling books Clean Code and The Clean Coder, legendary software craftsman Robert C. Martin ("Uncle Bob") reveals those rules and helps you apply them.

Martin's Clean Architecture doesn't merely present options. Drawing on over a half-century of experience in software environments of every imaginable type, Martin tells you what choices to make and why they are critical to your success. As you've come to expect from Uncle Bob, this book is packed with direct, no-nonsense solutions for the real challenges you'll face-the ones that will make or break your projects.
- Learn what software architects need to achieve-and core disciplines and practices for achieving it
- Master essential software design principles for addressing function, component separation, and data management
- See how programming paradigms impose discipline by restricting what developers can do
- Understand what's critically important and what's merely a "detail"
Implement optimal, high-level structures for web, database, thick-client, console, and embedded applications
- Define appropriate boundaries and layers, and organize components and services
- See why designs and architectures go wrong, and how to prevent (or fix) these failures

Clean Architecture is an essential book for every current or aspiring software architect, systems analyst, system designer, and software manager-and for every programmer who must execute someone else's designs.

Reviews

Goodreads review by Eduards on December 16, 2017

This is the first book of Uncle Bob that I didn't like – it's shallow, impractical, and full of stories from forgotten 90's. A significant part of the book (explanation of SOLID principles) has been copied (with few alternations) from "Agile PPP" book, which is, in my opinion, a much more thorough b......more

Goodreads review by Sebastian on September 30, 2017

Some key remarks I have: 1. Even if it may look (at some point) deceptively simple, ... it isn't. In fact, the most valuable lessons will be truly comprehensible (& clear) only for people with certain level of experience. 2. This book doesn't try to cover anything in particular in the end-to-end way,......more

Goodreads review by Sina on July 02, 2019

As a frontend developer it is my first book about design principles and architecture. It gave me a good understanding of what are union architecture, hexagonal, port and adapters, layered, and of course clean architecture. However in the Javascript world things are different. Mapping these concepts......more