vote up 593 vote down star
883

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.

Suggest your programming books

flag
37  
One of the most important question ever asked on stackoverflow :) – Sylvain Jun 9 at 19:30
3  
Browsing this thread make me release how ugly most programming related books are. Very good thread thou! – Carl Bergquist Aug 5 at 12:09
show 3 more comments

284 Answers

prev 1 6 7 8 9 10 next
vote up 0 vote down

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.

I have to respond to this. Clearly for answers to specific questions and probelms, sites like this and the methods described above are obviously the best. For cutting-edge newest technology, the lead time for books obviously is going to leave you no choice but use the internet. And perhaps my age (46) is a bias here.

But one of the things that troubles me greatly has been the decline of Technical Publishing. A lot of tech writers are moving away for it because it doesn't "pay the bills' (Petzold for example) and as I mentioned - there is likely a generational thing (I'll just have to "get-over") I don't like doing extensive reading on a laptop screen...

But I think to truly get a "Deep Understanding" of a broad topic - the effort necessary to write a book allows the writer to focus his or her thoughts in a way that otherwise I don't belief lets the reader truly "Grok" a deep concept.

Yes if you want a "how-to" - a good web post might be more than sufficient. But if I REALLY need to understand something, I want a good book.

Furthermore, when I need to go back to something, I always know where that darn book is on my bookshelf. But how many times have you pulled your hair out trying to find that link you know you say several months ago?

Please everyone here - support tech writers (who derserve it) by BUYING the book!

link|flag
vote up 1 vote down

Roger S. Pressman - Software Engineering (A Practitioners Approach). It has got a lot of usefull information.

link|flag
vote up 0 vote down

Code Complete, version 2 is the single most useful book you'll read about programming.

Domain Driven Design is the single most useful book you'll read about Software Engineering; putting code together in the right way.

And just to round out the list, Software Creativity by Robert L Glass; it's a book that will make you look at how you look at software.

link|flag
vote up 0 vote down

My development odyssey began with the venerable Camel book, followed by Cay Horstmann's and Gary Cornell's excellent Core Java series. In retrospect this was a reasonable start, though far heavier on practice than principles and concepts.

As a few have said, most influential and most influential in the context of beginning a development career may be very different. I didn't appreciate many of the stellar recommendations here such as SICP, Code Complete, Mythical Man Month, the Pragmatic Programmer, and Peopleware until I'd had a few years and a few projects under my belt.

Andy Hunt and Dave Thomas put it best - continually invest in your knowledge portfolio - read a new book every quarter.

link|flag
vote up 1 vote down

Code complete, domain driven design, and Dreaming in Code to show how it can work out in the end.

link|flag
vote up 0 vote down

Another vote for "The Art of Unix Programming by Eric S. Raymond". Even if you aren't a Unix programmer, the explanation of simple, clean, yet powerful processes will convince you that you should be ;-)

link|flag
vote up 0 vote down

I would say Code Complete too, anyway after reading it I have a question: what's the matter with the Pontiac Aztek and why has Steve McConnell a trauma with it?

link|flag
vote up 2 vote down

I'd have to second Refactoring: Improving the Design of Existing Code. It was the single biggest help for me to get unstuck while moving from a procedural mindset to a OOP one. During that time I was to focused on getting the design and model correct from the get go, and wasted a lot of time doing so. After reading through this book a few lights turned on, or at least shined bright enough, for me to realize my follies. Do the best you can now that fits the time, the code will change and many times in ways you couldn't foresee to begin with. The real kicker is that this always happens, no matter what, and to just not worry about it. In short, this book helped ground me and get my head out of the clouds.

alt text

link|flag
vote up 0 vote down

+1 for Zen and the Art of Motorcycle Maintenance

Before people start coding they need to have thought about how they approach and break down problems

link|flag
vote up 2 vote down

I think I grew up in a different generation than most here....

One of the most influential books I read, was APUE.

Or pretty much anything by W. Richard Stevens.

link|flag
vote up 1 vote down

I found "The art of Prolog" a very good read.

link|flag
vote up 1 vote down

Since you've asked for the single most influential book, I recommend Deitel's "C++ How to Program. This is the one I kept referencing throughout University.

I actually enjoyed reading Head First Design Patterns and Joel On Software more, but they came along after I'd learned the basics

link|flag
vote up 1 vote down

"Debugging the Development Process: Practical Strategies for Staying Focused, Hitting Ship Dates, and Building Solid Teams" by Steve Maguire.

No-non-sense, down-to-earth, entertaining, profound.

[ http://beta.stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer#1150 ]

link|flag
vote up 21 vote down

@lurks

The Art Of UNIX Programming by Eric S. Raymond

It is useful regardless operating system you use.

link|flag
vote up 0 vote down

I would have to say "Code Complete" and "Software Estimation" by Steve McConnell.

link|flag
vote up 1 vote down

Pro Spring is a superb introduction to the world of Inversion of Control and Dependency Injection. If you're not aware of these practices and their implications - the balance of topics and technical detail in Pro Spring is excellent. It builds a great case and consequent personal foundation.

Another book I'd suggest would be Robert Martin's Agile Software Development (ASD). Code smells, agile techniques, test driven dev, principles ... a well-written balance of many different programming facets.

More traditional classics would include the infamous GoF Design Patterns, Bertrand Meyer's Object Oriented Software Construction, Booch's Object Oriented Analysis and Design, Scott Meyer's "Effective C++'" series and a lesser known book I enjoyed by Gunderloy, Coder to Developer.

And while books are nice ... don't forget radio!

... let me add one more thing. If you haven't already discovered safari - take a look. It is more addictive than stack overflow :-) I've found that with my google type habits - I need the more expensive subscription so I can look at any book at any time - but I'd recommend the trial to anyone even remotely interested.

(ah yes, a little obj-C today, cocoa tomorrow, patterns? soa? what was that example in that cookbook? What did Steve say in the second edition? Should I buy this book? ... a subscription like this is great if you'd like some continuity and context to what you're googling ...)

link|flag
show 1 more comment
vote up 5 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 115 vote down

For me the most influencal book is "Zen and the Art of Motorcycle Maintenance" by Robert Pirsig. It is all about no matter what you do, always thrive for perfection, know your tools and task at hand inside-out, and, most of all, have fun (because if you are having fun, everything automatically leads to better results).

alt text

This book has a more recent edition (2000).

link|flag
2  
I hadn't thought about this book, since I was thinking about programming books, but this book is great and you are totally correct. – icco Oct 6 '08 at 15:39
2  
Great choice. This book has influenced my programming in more ways than I can count. I keep trying to explain to people around me about "Gumption loss", but they don't seem able to get it unless they read the book. – endian Oct 21 '08 at 16:33
15  
You guys have drank some wacky kool aid. I've read this book and it's value to programmers specifically is weak at best. Still a good book though. – Factor Mystic Jun 7 at 23:39
1  
Having read this book 2 or 3 times, my opinion is that is not worth the paper that it is printed on. The "Tao of Pooh" addresses most of the same concepts in less than 1/4 of the page count and uses bigger print. "Zen" seems to wind its way through all sorts of crap while "Tao" zeros in on the guts of the matter – Peter M Jul 29 at 15:14
3  
-1: Irrelevant. And if you're going to post philosophy books, at least post good ones. – TrueWill Sep 18 at 3:13
show 10 more comments
vote up 193 vote down

I'm surprised no one's mentioned the Dragon Book by Aho et al. (or if it has been mentioned, I missed it).

Compilers (The Dragon Book) by Aho et al Newer Version

I will never forget the first edition's cover. This book made me realize just how magically awesome compilers truly are. :)

link|flag
4  
Buy this book. Probably the best undergraduate text out there. Also, take compilers when doing an undergraduate Computing Science degree. It is often a hard course, but really worth it in the end. – alumb Sep 16 '08 at 16:38
4  
Absolutely. I think I learned more in that one semester of compilers that just about the rest of the program combined. And I still have that book on the shelf, too. – Electrons_Ahoy Oct 15 '08 at 17:07
2  
I agree, I have never had to write a compiler but out of all the courses I did for my degree Compiler Writing was my favourite and this book was probably why. – tpower Oct 16 '08 at 10:21
1  
I've got the second edition of this book, it's just mind-blowing. My favorite computing-related book. Not for everyone though, if you don't care about compilers, don't go for it. – SuperBloup Jul 4 at 9:21
2  
Everyone that claims they'll never use this stuff because they aren't writing compilers is missing out. Writing a compiler requires solving some of the most universal practical problems in programming. There are good, well-understood, general solutions to these problems, and any programmer will benefit from familiarity with them. And I'm not the only one who thinks so: steve-yegge.blogspot.com/2007/06/… – Steve S Sep 22 at 14:15
show 9 more comments
vote up -1 vote down

Zen and the Art of Motorcycle Maintenance. Go now, read it.

link|flag
vote up 84 vote down

For a truly deep read, I'd suggest Douglas Hofstadter's Gödel, Escher, Bach. He dives pretty deep into many of the issues that programmers face every day- recursion, verifiability, proof, and boolean algebra. Great read, a little off the beaten path, occasionally challenging, and extremely rewarding once you fight through it and process what you've read.

link|flag
1  
Very fun book, this was optional reading for my Theory of Computation class at UW Madison. – Peter Turner Apr 13 at 18:03
2  
This is THE book that propelled me into a career in software development. Really timeless. – Guido Domenici May 5 at 12:42
1  
This is one of the best books I have EVER read, funny and very insightful.. – Jamie Lewis Jun 7 at 17:54
1  
This is one my favorite books of all time. – embdeddCoder Jul 8 at 21:37
3  
Very challenging, very rewarding. I call it one of the "head explody" kind of books, as in "Man's mind, once stretched by a new idea, never regains its original dimensions." - Oliver Wendell Holmes – Ether Oct 12 at 17:47
show 4 more comments
vote up 97 vote down

I really recommend programming pearls, it's got some amazing stuff in it, although I'm not ashamed to admit that I didn't understand half of it!

alt text

link|flag
3  
If you "didn't understand half of it", then why are you recommending it? - tinyurl.com/nom56r – Jim G. Aug 25 at 18:17
show 4 more comments
vote up 0 vote down

Code is Law - you are doing all this writing, editing, and thinking in [language of your choice] but WHY? What does you code MEAN? What will does it actually DO?

(I could have recommended a book on QA, but I didn't...)

link|flag
vote up 0 vote down
link|flag
vote up 1 vote down
  • Sedgewick's Algorithms in C++
  • Effective Java by Joshua Bloch
  • Java Performance Tuning by Shirazi
link|flag
vote up 0 vote down

I would say:

  1. Pragmatic Programmer
  2. Don't Make Me Think - Steve Krug

Don't Make Me Think is a book about Usability, but I've found it applies equally well to code and "standards" and "best practices" ...

link|flag
vote up 0 vote down

I'm backing the Mythical Man-Month as well, with all those before me. Other books have great insights on how to code, the practical knowledge of the craft, Brooks' work however so clearly illustrates those human failures that arise in any real software engineering project. It's almost a crime for young programmers to be sent out into the corporate world without having this in their back pocket.

link|flag
vote up 17 vote down

alt text

Domain Driven Design have great guidelines on how to build your software model in a way it communicates better.

alt text

Effective Java 2ed will teach you how to write beatiful and effective code. It's a java book, but there's many cross-language concepts.

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

Design Patterns by the Gang of Four, I keep referring to it over and over again.

link|flag
vote up 14 vote down

A great follow on to Code Complete - indispensable once you start working on projects of any decent size & need to communicate to your stakeholders about project delivery dates, etc.

Software Estimation by Steve McConnel

link|flag
show 1 more comment
prev 1 6 7 8 9 10 next

Your Answer

Get an OpenID
or

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