simplicity

sustainable, humane, and effective software development

by: Dave Thomas

Published 2025-06-15
Internal code dtcode
Print status In Print
Pages 152
User level Beginner
Keywords software development, automation, team building, programming, agile techniques, methodology
Related titles
  • The Pragmatic Programmer, 20th Anniversary Edition
  • The Passionate Programmer
ISBN 9798888651544
Other ISBN Channel epub: 9798888651704
BISACs COM051000
COM051430
COM051430

Highlight

Software development is inherently complex, but it needn’t be as complicated as we make it. Learn to recognize and deal with the gnarly stuff, and your job is simpler, your code is easier to create and to work with, and you are more effective. You won’t find a bunch of rules and clever acronyms here. You’ll cut through real-world complexities to discover and amplify what works best for you in your current context.

Description

Twenty-nine practices. They’re not about changing the world, or your team, or your company. They are about you, and how you can make your work simpler, more humane, and more effective. And, unlike methodologies that get imposed on you, these are all things you can control for yourself.

Reduce bloat. Communicate better with fewer meetings. Optimize your environment and tools. Plan for an uncertain future. Reduce confrontations. Synthesize fresh ideas. And let’s not forget the code. Flip the role that data plays to simplify your source code and make it easier to work with.

Simplicity doesn’t mean simplistic or naïve. It means producing work that is easy to understand and change, and that somehow feels right. It means making the stuff you create tidy and intuitive to work with; you focus on what’s meaningful and eliminate distractions. You embrace clarity and minimalism, stripping away the unnecessary to reveal what truly matters.

Simplicity is not absolute. What is simple to one person may not be to another. So this book has no rules. Instead, it looks at what makes development complex and then illustrates approaches you can take toward simplification.

Simplicity isn’t the way you do things; it’s the spirit with which you do them. It’s about you, and what works for you.

Contents and Extracts

  • An Approach to Simplicity
    • Orient; Step; Learn
  • Simplify What You Do And How You Do It
  • Simplify Your Environment
    • Automate All The Things
    • “Embrace Change”
      • Why?
  • Simplify Your Interactions
    • Soft Skills
      • Why You Should Care
      • What Does This Have to do with Simplicity?
  • Simplify Your Code
    • Data Driven excerpt
      • The End of the Data Drive
    • Down At The Codeface
    • Outroduction