6 Books Every Programmer Should Own

6 Books Every Programmer Should Own

I’ve seen many lists about the best programming books and I am sure there are a lot of books that are specific to a programming knowledge or technology – that I have not included in my list.

The books I have chosen are those that are meant to inspire, increase productivity and improve your programming design skills.

Note: This list has no particular order.

Code Complete 2

Steve McConnell

The main focus of this book to help you improve your programming design skills.


The Pragmatic Programmer: From Journeyman to Master

Andrew Hunt and David Thomas

This book focuses on the best practices of programming (i.e. what you should and should not do).


Pragmatic Thinking and Learning: Refactor Your Wetware

Andy Hunt

From the author of The Pragmatic Programmer, this book takes one-step back from programming and focuses on your everyday thinking and problem solving skills.


The Productive Programmer

Neal Ford and David Bock

This book will teach you different tools that you can use to make your programming life more productive.


Algorithms in a Nutshell

George T Heineman, Gary Pollice and Stanley Selkow

Unless you’ve memorized the implementation of every algorithm, this book is a handy desktop reference with pseudocode examples.

Alternate: Introduction to Algorithms

Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein

This book has become a staple in many undergraduate computer science programs. Containing much more information and details on algorithms.


Head First Design Patterns

Lisabeth Freeman, Eric Freeman, Bert Bates, and Kathy Sierra

The people at Head First have a way of explaining things in a straight-forward, non-technical approach – a good tutorial and desktop reference.

Alternate: Design Patterns: Elements of Reusable Object-Oriented Software

Erich Gamma, Richard Helm, Ralph Johnson, and John M. Vlissides

Also a common computer science textbook by the Gang of Four (GOF), this book has much more information and more detail on design patterns.


If you are interested in exploring other programming books and reading reviews, check out ProgrammingBooks.org.

What book inspires you to be a better programmer?

Related posts:

  1. 6 Books to Inspire Creativity in Programmers
  2. The Secret to Being a Successful Programmer
  3. 10 Websites On How To Be A Better Programmer
  4. More Programming Books Recommended By Readers
  5. Top 5 Things that are Important to Me as a Programmer

Tags: , , , , , , , , ,

23 Comments Leave yours

  1. Hi Daniel,
    great list – Code Complete is my favorite too ;) I’ll have a look at the “Productive Programmer” as soon as I can.

  2. kodeninja #

    I would the following to the list for generic development:

    Clean Code: A Handbook of Agile Software Craftsmanship, by ‘Uncle Bob’

    Refactoring: Improving the Design of Existing Code, by Martin Fowler

    And, specifically for Java development:

    Effective Java, by Joshua Bloch
    Java Concurrency in Practice, by Brian Goetz

    ~ Write SOLID code…

    -kodeninja

  3. Clean Code seconded

  4. Clean Code thirded

  5. Problem with Programming Books link……..

  6. Not sure what happed to this site, here is a link to a cached version from archive.org.

  7. Dave #

    Come on. HTDP, SICP aren’t on the list?

  8. classic books – code complete and pragmatic programmers – still rule :)

  9. http://www.amazon.com/Software-Carpentry/lm/R1DZU56SR0YD3Y lists the books I used to put together the Software Carpentry course and several undergrad courses at the University of Toronto.

  10. Russell #

    Good list. Always was pissed off about Code Complete – if I’d only known I could put my class notes from Ga. Tech into a book and beat him to the punch! Of course, many books these days are recycled material.

  11. Thanks for the article, it was very helpfull.

    Filmberichte

  12. Hey buddy nice collection to be shared. Thanks for share.

  13. sxu #

    Code complete is super verbose, Head First is too light. That’s just my opinion though.

  14. Valuable info. Lucky me I found your site by accident, I bookmarked it.

  15. How about ‘The Little Schemer’ ? Its a great book for truly understanding and thinking in recursion.

  16. Nice collection. I own the last three. Will definitely look for others too.

  17. LOLface #

    The only book a real programmer needs is Kernighan and Ritchie’s The C Programming Language.

  18. Luc #

    I personally hate Head First’s approach at explaining things, but from what I’ve heard from others it seems about half the people like it at first glance, and another quarter can get used to it. I just don’t fall in either of those groups.

  19. Time to hit the books. I really need to dig in and look at website development and programming differently.

  20. Kieron #

    Amazed no K&R. I think every programmer should start with the classics

  21. Thanks. It’s good to have a list like this, and it is not language-specific.

  22. Really good list! I have many of these next to me. For C++ programmers, I would also add Josuttis’ “The C++ Standard Library”

  23. xyz #

    Not a single useful book – only tons of the religious useless OOP and patterns blah-blah-blah. Do you really think everyone “should” read them?!? TAoCP and SICP are gazillions of times more useful for any programmer.

13 Trackbacks

Leave a Reply