Clean Craftsmanship: Disciplines, Standards, and Ethics

Clean Craftsmanship: Disciplines, Standards, and Ethics

  • Downloads:3569
  • Type:Epub+TxT+PDF+Mobi
  • Create Date:2021-11-06 08:50:57
  • Update Date:2025-09-06
  • Status:finish
  • Author:Robert C. Martin
  • ISBN:013691571X
  • Environment:PC/Android/iPhone/iPad/Kindle

Summary

In Clean Craftmanship: Programming with Pride , the legendary Robert C。 Martin ("Uncle Bob") has written every programmer's definitive guide to working well。 Martin brings together the disciplines, standards, and ethics you need to deliver robust, effective code quickly and productively, and be proud of all the software you write - every single day。

Martin, the best-selling author of The Clean Coder, begins with a pragmatic, technical, and prescriptive guide to five foundational disciplines of software craftsmanship: test-driven development, refactoring, simple design, collaborative programming (pairing), and acceptance tests。 Next, he moves up to standards -- outlining the baseline expectations the world has of software developers, illuminating how those often differ from their own perspectives, and helping you repair the mismatch。 Finally, he turns to the ethics of the programming profession, describing ten fundamental promises all software developers should make to their colleagues, their users, and above all, themselves

With Martin's guidance and advice, you can consistently write code that builds trust instead of undermining it: trust among your users, and throughout a society that depends on software for its very survival。

Download

Reviews

Ionut Penciuc

Excellent reading! It starts with providing advice about pretty basic but very important software engineering parts (with a big focus on the testing area) and then it continues with describing aspects about continuous refactoring, continuous delivery, finally reaching on how the collaboration should happen / be led inside a team。 I would call it a “full stack” book and I would recommend it to any software engineer trying to understand the full picture, not only writing the code。

Djamel Benali

I enjoyed reading this book, the book explains TDD in great details with good examples and how beginners face problems using TDD, the last part of book is full of advices in work (team, time management, CD/CI ,deadlines, productivity 。。。。)。