Possible Duplicate:
What is the single most influential book every programmer should read?

I know, that questions regarding books have been asked before. What I'm after is what books are "must haves" on your bookshelf?

You know, those books that, if you don't have a copy, it makes you feel uncomfortable. They keep vanishing because people keep, er, "borrowing" them.

I read Ed Yourdon's The Decline and Fall of The American Programmer and while the book was fairly interesting, his Appendix on what he has on his bookshelf, and why, is quite a revelation. Several of the books on his list are not directly concerned with coding but in the appendix he goes on to explain why they are on his list, e.g. Robert Pirsig's book Zen and the Art of Motorcycle Maintenance

This idea also comes from Peter Coffee's Agile 06 keynote address where he relates his choice of books back to the Agile Manifesto (mp3).

Here are my must haves:

  1. Thriving on Chaos (1st ed.) Tom Peters
  2. Systemantics: How things work and how they fail (1st ed.) - John Gall
  3. The Psychology of Computing Programming - Gerald Weinberg
  4. K & R C

What are your must haves?

link|improve this question
show 1 more comment
feedback

closed as exact duplicate by Bill the Lizard Feb 6 '11 at 16:17

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

70 Answers

1 2 3
up vote 44 down vote accepted

Code Complete by Steve McConnell

link|improve this answer
show 4 more comments
feedback

Pragmatic Programmer

link|improve this answer
show 2 more comments
feedback

I have a lot books on my shelf, some of which I think are just there to look good. There's one I often find myself turning back to though:

The Mythical Man Month by Fred Brooks

link|improve this answer
feedback

Head First Design Patterns

Head First Design Patterns

http://www.amazon.co.uk/Head-First-Design-Patterns/dp/0596007124

link|improve this answer
1  
I can never look at that cover without remembering this post: codinghorror.com/blog/archives/000380.html – Jarrod Dixon Feb 13 '09 at 4:08
1  
Never judge a book by its cover. ;o) – Gary Willoughby Sep 7 '09 at 8:54
show 1 more comment
feedback

The Design of Everyday Things by Donald Norman.

link|improve this answer
feedback

You need to know your limits:

Gödel, Escher, Bach: an Eternal Golden Braid

link|improve this answer
show 1 more comment
feedback

The Code Book by Simon Singh

Wonderful read that will forever make you stay away from home-made cryptography.

alt text

link|improve this answer
feedback

Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series) by Martin Fowler, Kent Beck, John Brant, and William Opdyke

link|improve this answer
feedback

"The Good Parts", written by Douglas Crockford on JavaScript.

link|improve this answer
feedback

"Unix Network Programming, Volume 1" (Amazon link)

UNP

link|improve this answer
feedback

Programming Pearls by Jon Bentley

link|improve this answer
show 1 more comment
feedback

alt text

Test Driven Development by Kent Beck

This book is terrific for both a beginner and helping developers on your team. I've loaned out this book so many times and quite honestly it has helped out my teams tremendously. For me, a re-read is a great way to sort of "rediscover" the TDD process and get myself excited about it again.

link|improve this answer
feedback

I can't believe I'm the first to say this but Peopleware, Duh! Owning something from Katty Sierra is recommended too.

link|improve this answer
feedback

Lots of great books have been mentioned here, but I feel that two of my must haves are missing:

alt text

  • The Art of Computer Programming by Knuth. I'd like to have this one in my bookshelf (and have read it), because it would certainly make me feel good and educate me a bit too. But the lack of it doesn't directly make me feel queasy. When it was standing in a colleagues bookshelf, I was constantly borrowing it.
link|improve this answer
feedback

A must have in my bookshelf is Structure and Interpretation of Computer Programs. Well, maybe not in my bookshelf, as I only have the HTML version stored in my computer.

It is one of those books that changes the way you think about computer programming. The complete text, assignments and instructor's resources are available on its site. It´s true that the book is showing its age, but the fundamental concepts are still an enlightening read.

Another "must have" of mine is The Business of Software by Michael Cusumano. It discusses business models for software companies and software development issues from a managerial point of view. Always good to have one of these in your bookshelf to stay in the pragmatic side after reading a book like the SICP.

link|improve this answer
feedback

A thesaurus is indispensable in helping select good variable/method/class/etc names.

I like this one in particular (USD$6.00):

Roget's 21st Century Thesaurus - In Dictionary Form
Roget's 21st Century Thesaurus - In Dictionary Form

link|improve this answer
show 2 more comments
feedback

The Pragmatic Programmer:

alt text

link|improve this answer
feedback

I have been doing a fair amount of maintenance of late in consulting engagements. I picked up this book on a number of recommendations from the Development community.The book summary can be found at Working Effectively with Legacy Code by author and Object Mentor fellow Michael Feathers, whom is a colleague of the infamous 'Uncle' Bob Martin. A definite must to any professional developer's toolbox!

link|improve this answer
feedback

The C programming Language, second edition, by Kernighan and Ritchie. Also known as K&R2.

The C Programming Language, front cover

link|improve this answer
show 2 more comments
feedback

Domain Driven Design, by Eric Evans

alt text

link|improve this answer
feedback

The C++ Programming Language (Amazon link)

link|improve this answer
feedback

So much hidden .NET goodness: CLR via C#

link|improve this answer
feedback

Code Complete of course...

and I'm going to be controversial and say the Dragon book as well!

link|improve this answer
show 3 more comments
feedback

Story of philosophy by Will Durant

link|improve this answer
feedback

I think UML Distilled is a great book for UML. And of course The art of programming.

link|improve this answer
feedback

The bible of graphics programming

alt text:

link|improve this answer
feedback
1 2 3

Not the answer you're looking for? Browse other questions tagged or ask your own question.