vote up 600 vote down star
890

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

285 Answers

prev 1 4 5 6 7 8 10 next
vote up 5 vote down

The Art of Computer Programming without any doubt

First Volume Hardcover

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

ok, this is a slightly off-center answer, but believe it or not, it was on the reading list for a compsci course way back in the day. An excellent role model and a good book about curiosity.

alt text

link|flag
show 3 more comments
vote up 11 vote down

I'd suggest "Modern C++ Design" by Andrei Alexandrescu, a really astonishing book about the awesome tricks and patterns you can achieve with C++, preprocessor directives and templates.

Modern C++ Design

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 2 vote down

Lean Software Development by Mary and Tom Poppendieck is definitely one for every developers bookshelf

link|flag
vote up 0 vote down

alt text

link|flag
vote up 0 vote down

Programing Pearl, J.Bentley Pragamtic programmer. Mythical man month

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

"The World is Flat" by Thomas Friedman.

Excellence in programming demands an investment of mental energy and a dedication to continued learning comparable to the professions of medicine or law. It pays a fraction of what those professions pay, much less the wages paid to the mathematically savvy who head into the finance sector. And wages for constructing code are eroding because it's a profession that is relatively easy for the intelligent and self-disciplined in most economies to enter.

Programming has already eroded to the point of paying less than, say, plumbing. Plumbing can't be "offshored." You don't need to pay $2395 to attend the Professional Plumber's Conference every other year for the privilege of receiving an entirely new set of plumbing technologies that will take you a year to learn.

If you live in North America or Europe, are young, and are smart, programming is not a rational career choice. Businesses that involve programming, absolutely. Study business, know enough about programming to refine your BS detector: brilliant. But dedicating the lion's share of your mental energy to the mastery of libraries, data structures, and algorithms? That only makes sense if programming is something more to you than an economic choice.

If you love programming and for that reason intend to make it your career, then it behooves you to develop a cold-eyed understanding of the forces that are, and will continue, to make it a harder and harder profession in which to make a living. "The World is Flat" won't teach you what to name your variables, but it will immerse you for 6 or 8 hours in economic realities that have already arrived. If you can read it, and not get scared, then go out and buy "Code Complete."

link|flag
vote up 0 vote down

Here are two I haven't seen mentioned:
I wish I had read "Ruminations on C++" by Koenig and Moo much sooner. That was the book that made OO concepts really click for me.
And I recommend Michael Abrash's "Zen of Code Optimization" for anyone else planning on starting a programming career in the mid 90s.

link|flag
vote up 5 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 2 vote down

to get advanced in prolog i like these two books:

The Art of Prolog

The Craft of Prolog

really opens the mind for logic programming and recursion schemes.

link|flag
vote up 3 vote down

Tracy Kidder's The Soul of a New Machine. Not the most influential but certainly one of my most enjoyed industry reads.

Tracy Kidder's The Soul of a New Machine

link|flag
vote up 0 vote down

For me, The Mythical Man-Month was an eye opener. Maybe not strictly a programming book, but it did make me think about how to organize a project and thus come up with a better result.

alt text

link|flag
vote up 0 vote down

Depends on where the programmer is in terms of his understanding of the craft :) But yeah Code Complete is definitely the first one for me.

link|flag
vote up 5 vote down

Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp

http://norvig.com/paip.html

link|flag
vote up 2 vote down

Software Tools by by Brian W. Kernighan and P. J. Plauger

It had a profound influence on how I write software.

link|flag
vote up 0 vote down

Code Complete has been mentioned numerous times - and is definitely a great book and I agree with Introduction to algorithms. To add one to the list - as a good primer for algorithms - Concrete Mathematics by Knuth - this book explains the underlying math used in higher levels of compsci.

link|flag
vote up -1 vote down

Michael C. Feathers' Working Effectively With Legacy Code. Very useful for the substantial number of programmers who work on mature systems that need maintenance, tweaks and refactoring.

link|flag
vote up 0 vote down

I would have to say Programming Pearls as a good overview. There are so many great books on Programming, and so many more bad ones.

link|flag
vote up 1 vote down

The Unix Programming Environment by Brian Kernighan and Rob Pike. After reading this I 'got' Unix. I understood the philosophy behind it and everything suddenly started making much more sense.

It's also a brilliant introduction to the Bourne shell and C programming.

link|flag
vote up 3 vote down

Code Craft by Pete Goodliffe is a good read!

Code Craft

link|flag
vote up 11 vote down

This is a great book for a Java developer new or old:

Effective Java by Joshua Bloch

link|flag
1  
This was really eye-opening for me as junior developer a few years ago, and it's definitely the Java book I'd recommend (others agree: stackoverflow.com/questions/75102). But it is sufficiently Java specific that I don't think every programmer should necessarily read it. – Jonik Apr 25 at 16:00
vote up 0 vote down

Not a programming book, but still a very important book every programmer should read:

Orbiting the Giant Hairball by Gordon MacKenzie

link|flag
vote up 14 vote down

Code Complete is the classic.

However, Facts and Fallacies of Software Engineering by Robert Glass has a lot of good information on topics other than coding, for example people-issues, testing and process.

cover

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

I'd recommend The Dilbert Principle: A Cubicle's-Eye View of Bosses, Meetings, Management Fads & Other Workplace Afflictions for a good cry. Too close to home to be funny though..

link|flag
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 2 vote down
  • -1 For Code Complete
  • +1 For Pragmatic Programmer
  • +1 For SICP

I don't know if it was because I read the Pragmatic Programmer first, but I thought Code Complete was the biggest book I've ever read that didn't really ever say anything. I mean there is a lot of text there, but no substance in my opinion. You get a lot more out of the 300 pages of the Pragmatic Programmer than you will ever get out of the 800 pages of Code Complete.

I also have to second Structure and Interpretation of Computer Programs. It is definitely is the most influential book on programming that I have ever read.

link|flag
vote up 7 vote down

There are alot of really great books in the answers. One that isn't mentioned that I absolutely love is Object Thinking by Dr. David West. This book had a huge impact on me because it explains the why more than the how.

Object Thinking

link|flag
show 2 more comments
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 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
prev 1 4 5 6 7 8 10 next

Your Answer

Get an OpenID
or

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