DEV Community

Cover image for What one book should every programmer read? A recommendation.
P1xt
P1xt

Posted on

What one book should every programmer read? A recommendation.

It seems like every programming blog out there has A list of 10 books every programmer should read. The funny thing is, the list is invariably the same 10 books that have been listed for the last decade.

The same 10 books.

Are they good books? Yes. They are fantastic. Are they applicable to everybody? Yes, eventually. Do they impart knowledge that will be useful right now no matter where you are in your career? No, not all of them do.

Today, I'm going to buck the trend of regurgitating the same list of books that I'd wager have already been listed dozens if not hundreds of times on this very platform. Instead, I'm going to recommend the one book that, in my opinion, can illuminate your entire journey - whether you're on the first step of that journey, or well along the way.

The Pragmatic Programmer
by Andrew Hunt and David Thomas.

Why this book? Why not some book on a programming language, or algorithms, or how to pass an interview, or software architecture, or design patterns, etc, etc, etc? Because this book, this one book, is approachable and applicable for everyone. It provides insights into practical ways that ANYONE can elevate their craft.

It is readable.

Readable? Yes, by even the juniorest of juniors. But, it's also chock full of wisdom that is valuable to the most senior of seniors. I, personally, have read it multiple times and have learned something new in every reading. It teaches about taking pride in your craftsmanship. It teaches about being responsible and trustworthy. It isn't preachy but, instead, illustrates its points as a series of relatable anecdotes - inviting you to learn from the experiences (and mishaps) of others.

It is interesting.

It won't stick you in one chapter for a month trying to wrap your head around some three page long nigh-undecipherable block of pseudo code wondering how you would actually use the thing, ever, in an actual program you write. Instead, it will inspire you, and leave you thinking "that's the kind of programmer I want to be." It will help you craft a career you're proud of.

It is pertinent.

It will give you a window into practices that can guide you, and your career, towards productive and profitable paths and away from potential pitfalls. It will save your future self, over and over, from thinking "I wish I'd known that years ago." It talks about technical debt. It talks about testing. It talks about design. It talks about ... so much. But, not in a "you should do this" way. In a "let me tell you about a shit festival and how and why doing X can help you avoid festivals of your own" way.

Two notes:

  • Be sure to get the 20th Anniversary Edition, it is an excellent update to an already excellent book
  • The audio book version is fantastic, one of the best 'technical' audio books I've ever listened to - adding to, not detracting from, the source material

The Pragmatic Programmer gets my vote for the one book we should all read - because it's a book we all can read. It's a book that has something to say, something we can hear, for every single one of us.

— Peace

Photo by Clark Tibbs on Unsplash

Top comments (0)