ShopSpell

Clean Architecture: A Craftsman's Guide to Software Structure and Design [Paperback]

$42.99       (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Martin, Robert C.
  • Author:  Martin, Robert C.
  • ISBN-10:  0134494164
  • ISBN-10:  0134494164
  • ISBN-13:  9780134494166
  • ISBN-13:  9780134494166
  • Publisher:  Pearson
  • Publisher:  Pearson
  • Pages:  432
  • Pages:  432
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Jul-2017
  • Pub Date:  01-Jul-2017
  • SKU:  0134494164-11-SPLV
  • SKU:  0134494164-11-SPLV
  • Item ID: 100393547
  • Seller: ShopSpell
  • Ships in: 2 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 21 to Nov 23
  • Notes: Brand New Book. Order Now.

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,andThe Clean Coder. A leader in the industry of software development, Martin served for three years as editor-in-chief of theC++ Report, and he served as the first chairman of the Agile Alliance.

Foreword xv

Preface xix

Acknowledgments xxiii

About the Author xxv

 

Part I: Introduction 1

 

Chapter 1: What Is Design and Architecture? 3

The Goal? 4

Case Study 5

Conclusion 12

 

Chapter 2: A Tale of Two Values 13

Behavior 14

Architecture 14

The Greater Value 15

Eisenhower’s Matrix 16

Fight for the Architecture 18

 

Part II: Starting with the Bricks: Programming Paradigms 19