vote up 754 vote down star
1073

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be?

I expect this list to be varied and to cover a wide range of things. For me, the book would be Code Complete. After reading that book, I was able to get out of the immediate task mindset and begin to think about the bigger picture, quality and maintainability.

flag
72  
One of the most important question ever asked on stackoverflow :) – Sylvain Jun 9 at 19:30
4  
Browsing this thread make me release how ugly most programming related books are. Very good thread thou! – Carl Bergquist Aug 5 at 12:09
2  
Interesting this is, while the title reads "What is the single most influential book every programmer should read?", there are quite a few books suggested that deal with language specific topics. By definition, and by question as it was put, the books suggested here should deal with language agnostic topics, which proves most programmers have yet to learn, to read. – ldigas Oct 2 at 19:54
3  
If I could go back in time and tell myself to read something, it better be a newspaper or sports fact book that I carried with me. Anything else is a waste of good time travel. :-) – jmucchiello Nov 8 at 9:38
1  
You know, if I wasn't worried about getting down voted a WHOLE lot I would trollishly go and suggest Twilight. "Its ALSO about people who are pale and avoid the sun!" – Jacob Bellamy Feb 12 at 0:20
show 4 more comments

278 Answers

1 2 3 4 5 10
vote up 8 vote down

I prefer Stroustrup's The C++ Programming Language (3rd edition) - it's the C++ book. C++ may be out of fashion these days, but this book takes you from the basics to OO to templates (STL) and even covers things like improving compile and link time. I still learn something every time I pick it up, and it's never, ever bad to know C++.

link|flag
show 1 more comment
vote up 8 vote down

Here Comes Everybody: The Power of Organizing Without Organizations - Clay Shirky alt text

This is an incredible book about the social effects of the internet. A must read for anyone in the tech industry, doubly so for programmers.

Here Comes Everybody: The Power of Organizing Without Organizations is a book about what happens when people are given the tools to do things together, without needing traditional organizational structures.

link|flag
vote up 7 vote down

I though Jurgen did a decent job with his Top 100 Best Software Engineering Books, Ever.

link|flag
vote up 7 vote down

Since you didn't say you wanted programming books specifically, I can be a little more creative.

Every programmer should have read Lewis Carol's Alice in Wonderland.

Slightly more down-to-earth - every programmer should read Getting Things Done - especially the ones that I work with, because once you 'get it' you will be annoyed at how unorganized other people can be :)

link|flag
show 2 more comments
vote up 7 vote down

Dilbert's Guide To The Rest Of Your Life: Dispatches from Cubicleland

alt text

This is more truth than you'd think.

link|flag
vote up 7 vote down

Maybe not the single most influential for every programmer but... to expand really expand your mind about computation in general, and to learn to write some very interesting programs, I recommend the
Computational Beauty of Nature.

alt text

BTW, the author is now head of Microsoft's Live Labs.

link|flag
vote up 6 vote down

I was lucky enough to read this pretty early in my so-called career:

Philip and Alex's Guide to Web Publishing

It was cutting edge in 1998 and still has plenty of relevant points. I found it an enjoyable read with a real sense of humour (not the twee kind you often get in software books). When he gets down to the details he talks about specific platforms though, so it shows it's age when Oracle 7 is mentioned!

I would still put this at the top of the required reading list for a web developer because of the way it assumes no prior knowledge, starting from first principles ("what's HTML?")

alt text

link|flag
vote up 6 vote down

This one isnt really a book for the beginning programmer, but if you're looking for SOA design books, then SOA in Practice: The Art of Distributed System Design is for you.

alt text

link|flag
vote up 6 vote down

Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp

http://norvig.com/paip.html

link|flag
vote up 6 vote down

My favorite books are already covered here, but if you need to learn Java, I enjoyed Bruce Eckel's book, Thinking in Java.

alt text

link|flag
vote up 6 vote down

This book really set up a fundermental view that a programmer need to know about computer.

alt text

link|flag
vote up 5 vote down

@John, NotMyself

+1 for Brooks' MMM

Its a classic book with many lessons regarding software projects that, though written over 30 years ago, are still relevant today. Brooks' writing style is easy to read and very friendly, and though there are parts where I find myself rolling my eyes at the datedness, there are many more times when I find my self nodding in agreement to the fact that what he is saying is still very relevant.

link|flag
show 1 more comment
vote up 5 vote down
  1. Google
  2. Newsgroups and Forums (and now, SO)
  3. blogs

Books are great, on the free time, on vacation, but relevent, up to the minut "save the day" information is from blogs/forums and internet stuff.

link|flag
4  
Yeah, no doubt. But the question was specifically about books, so -1. "If you could go back in time and tell yourself to read a specific book [...], which book would it be?" - Google? – Jonik Apr 25 at 16:16
show 1 more comment
vote up 5 vote down

Framework Design Guidelines will give you a very good start on how to organize code.

link|flag
2  
and dont forget thhe 2nd edition – Ruben Bartelink Jan 25 '09 at 11:24
show 1 more comment
vote up 5 vote down

Do users ever touch your code? If you're not doing solely back-end work, I recommend About Face: The Essentials of User Interface Design — now in its third edition (linked). I used to think my users were stupid because they didn't "get" my interfaces. I was, of course, wrong. About Face turned me around.

link|flag
vote up 5 vote down

The Art of Computer Programming without any doubt

First Volume Hardcover

link|flag
8  
Maybe because it is already mentioned? stackoverflow.com/questions/1711/… – Vanuan May 9 at 12:45
show 4 more comments
vote up 5 vote down

alt text

This last year I took a number of classes. I read

The Innovator's Dilemma (disruptive tech)
The Mythical Man Month (managing software)
Crossing the Chasm (startup)
Database Management Systems, The COW Book
Programming C#, The OSTRICH Book
Beginning iPhone Developmen, The GRAPEFRUIT Book

Each book was amazing but the Innovator's Dilemma by Clayton Christensen (1997!!!) is really a fantastic book, and it got me really thinking about the modern software world. The challenge addressed is disruptive technology, and how disk drive companies and non-technical companies are always disrupted by new, game changing technology. It gives one a new perspective when thinking about Google, probably the biggest 'web' company. Why do they have their hands in EVERYTHING? It's because they don't want to have their position disrupted by something new. The preview on google is plenty to get the idea. Read it!

link|flag
vote up 5 vote down

I don't know if it were already suggested but:

alt text

link|flag
vote up 4 vote down

@Peter Coulton -- you don't read Knuth, you study it.

For me, and my work... Purely Functional Data Structures is great for thinking and developing with functional languages in mind.

link|flag
vote up 4 vote down

I have a few good books that strongly influenced me that I've not seen on this list so far:

The Psychology of Everyday Things by Donald Norman. The general principles of design for other people. This may seem to be mostly good for UI but if you think about it, it has applications almost anywhere there is an interface that someone besides the original developer has to work with; e. g. an API and designing the interface in such a way that other developers form the correct mental model and get appropriate feedback from the API itself.

The Art of Software Testing by Glen Myers. A good, general introduction to testing software; good for programmers to read to help them think like a tester i. e. think of what may go wrong and prepare for it.

By the way, I realize the question was the "Single Most Influential Book" but the discussion seems to have changed to listing good books for developers to read so I hope I can be forgiven for listing two good books rather than just one.

link|flag
vote up 4 vote down

While I agree that many of the books above are must-reads (Pragmatic Programmer, Mythical Man-Month, Art of Computer Programming, and SICP come to mind immediately), I'd like to go in a slightly different direction and recommend A Discipline of Programming by Edsger Dijkstra. Even though it's 32 years old, the emphasis on "design for verifiability" is highly relevant (even if "verifiability" means "proof" instead "unit tests").

link|flag
vote up 4 vote down

I recently read Dreaming in Code and found it to be an interesting read. Perhaps more so since the day I started reading it Chandler 1.0 was released. Reading about the growing pains and mistakes of a project team of talented people trying to "change the world" gives you a lot to learn from. Also Scott brings up a lot of programmer lore and wisdom in between that's just an entertaining read.

Beautiful Code had one or two things that made me think differently, particularly the chapter on top down operator precedence.

link|flag
vote up 4 vote down

I thought Design Patterns in C# by John Metsker was good. The examples are a bit more advanced (and useful) than some other design pattern books I've read.

alt text

link|flag
vote up 4 vote down

As I started out developing in Java (and am still doing so to this very day) I'd have to recommend the outstanding work in the field: Mr Bunny's Big Cup o' Java.

From the author's blurb:

There is simply no better way to learn Java than to have the pineal gland of an expert Java programmer surgically implanted in your brain. Sadly, most HMOs refuse to pay for this career saving procedure, deeming Java to be too experimental. At last there is an alternative treatment for those of us who cannot wait for sweeping health care reforms.

Mr. Bunny’s Big Cup O’ Java is recommended by n out of ten doctors, where n is any integer you wish to make up to impress an astoundingly gullible public. The book begins with an overview of the book, and quickly expands into the book itself. Just look at the topics covered:

  • Java

In short, MBBCOJ will teach you all you need to know for a successful career in today’s rabbit development environments.

MBBCOJ

The insight into pixels alone would have cut years off my software developing life.

link|flag
vote up 4 vote down

Advanced Programming in the Unix Environment by Stevens and Rago (2005 Addison-Wesley Professional)

link|flag
1 2 3 4 5 10

Your Answer

Get an OpenID
or
never shown

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