Clean Architecture (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
432
Utgivningsdatum
2017-09-20
Upplaga
1
Förlag
Pearson
Medarbetare
Martin, Robert
Dimensioner
231 x 178 x 20 mm
Vikt
681 g
Antal komponenter
1
Komponenter
,
ISBN
9780134494166

Clean Architecture

A Craftsman's Guide to Software Structure and Design

(6 röster)  |  Läs 1 recension
Häftad,  Engelska, 2017-09-20
289
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Building upon the success of best-sellers The Clean Coder and Clean Code, legendary software craftsman Robert C. "Uncle Bob" Martin shows how to bring greater professionalism and discipline to application architecture and design.

As with his other books, Martin's Clean Architecture doesn't merely present multiple choices and options, and say "use your best judgment": it tells you what choices to make, and why those choices are critical to your success. Martin offers direct, no-nonsense answers to key architecture and design questions like:
  • What are the best high level structures for different kinds of applications, including web, database, thick-client, console, and embedded apps?
  • What are the core principles of software architecture?
  • What is the role of the architect, and what is he/she really trying to achieve?
  • What are the core principles of software design?
  • How do designs and architectures go wrong, and what can you do about it?
  • What are the disciplines and practices of professional architects and designers?
Clean Architecture is essential reading for every software architect, systems analyst, system designer, and software manager -- and for any programmer who aspires to these roles or is impacted by their work.
Visa hela texten

Passar bra ihop

  1. Clean Architecture
  2. +
  3. Python Crash Course, 3rd Edition

De som köpt den här boken har ofta också köpt Python Crash Course, 3rd Edition av Eric Matthes (häftad).

Köp båda 2 för 886 kr

Kundrecensioner

Det finns 1 recension av Clean Architecture. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Important guidelines.
    Tom Vahlman, 30 september 2018

    The book describes how to use a plug-in architecture to create a clean and robust system design. It is a complement to books like "Effective Java" by Joshua Bloch in being more of an introduction to the discussions in Blochs book (which is very good). That is being an introduction to design of systems, using building blocks like classes/interfaces and reusable components. I found part three "Design principles" ( SOLID) and part four "Component principles" very useful. The book summarizes the ... Läs hela recensionen

Visa alla 1 recensioner

Fler böcker av Robert C Martin

Övrig information

Robert C. Martin ("Uncle Bob") has been a programmer since 1970. He is founder of Uncle Bob Consulting, LLC, and cofounder with his son Micah Martin of The Clean Coders LLC. Martin has published dozens of articles in various trade journals and is a regular speaker at international conferences and trade shows. He has authored and edited many books, including: Designing Object Oriented C++ Applications Using the Booch Method, Patterns Languages of Program Design 3, More C++ Gems, Extreme Programming in Practice, Agile Software Development: Principles, Patterns, and Practices, UML for Java Programmers, Clean Code, and The Clean Coder. A leader in the industry of software development, Martin served for three years as editor-in-chief of the C++ Report, and he served as the first chairman of the Agile Alliance.

Innehållsförteckning

Foreword

Preface

Acknowledgments

About the Author


Part I: Introduction

Chapter 1: What Is Design and Architecture?

Chapter 2: A Tale of Two Values


Part II: Starting with the Bricks: Programming Paradigms

Chapter 3: Paradigm Overview

Chapter 4: Structured Programming

Chapter 5: Object-Oriented Programming

Chapter 6: Functional Programming


Part III: Design Principles

Chapter 7: SRPThe Single Responsibility Principle

Chapter 8: OCPThe Open-Closed Principle

Chapter 9: LSPThe Liskov Substitution Principle

Chapter 10: ISPThe Interface Segregation Principle

Chapter 11: DIPThe Dependency Inversion Principle

Part IV: Component Principles

Chapter 12: Components

Chapter 13: Component Cohesion

Chapter 14: Component Coupling


Part V: Architecture

Chapter 15: What Is Architecture?

Chapter 16: Independence

Chapter 17: Boundaries: Drawing Lines

Chapter 18: Boundary Anatomy

Chapter 19: Policy and Level

Chapter 20: Business Rules

Chapter 21: Screaming Architecture

Chapter 22: The Clean Architecture

Chapter 23: Presenters and Humble Objects

Chapter 24: Partial Boundaries

Chapter 25: Layers and Boundaries

Chapter 26: The Main Component

Chapter 27: Services: Great and Small

Chapter 28: The Test Boundary

Chapter 29: Clean Embedded Architecture

Chapter 30: The Database Is a Detail


Part VI: Details

Chapter 31: The Web Is a Detail

Chapter 32: Frameworks Are Details

Chapter 33: Case Study: Video Sales

Chapter 34: The Missing Chapter


Part VII: Appendix

Appendix: Architecture Archaeology


Afterword


Index