vote up 573 vote down star
834

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
32  
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

278 Answers

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

One of the best books on what NOT to do is AntiPatterns (Refactoring Software, Architectures and Projects in Crisis) from Wiley.

link|flag
vote up 28 vote down

Surprised that no one has mentioned Martin Fowler's Patterns of Enterprise Application Architecture yet

alt text

crap! didn't realize there are 7 pages of responses. at least this one has the book cover img.

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

"clean code" by uncle bob is pretty good: http://books.slashdot.org/article.pl?sid=08/09/23/2243216&from=rss

link|flag
vote up 2 vote down

The Pragmatic Programmer

And its best advice is to invest in your own knowledge by reading more books :-)

link|flag
vote up -1 vote down

beautiful code

link|flag
vote up 0 vote down

Anything by Edward Tufte: The Visual Display of Quantitative Information; Envisioning Information; Visual Explanations

link|flag
vote up 11 vote down

Strunk, William. Elements of Style

elements of style

link|flag
1  
I heard someone talking about this book on NPR: "When it comes to 'shall' and 'will,' Strunk and White gives the following example: 'A swimmer in distress cries, "I shall drown; no one will save me!" But a suicide says, "I will drown; no one shall save me!" And I say, "You two pedantic know-it-alls deserve to drown."'" – Beska Aug 14 at 18:27
vote up 0 vote down

Code Craft

I personally think this is a little better than the venerable Code Complete. Pete Goodliffe has a very practical approach, and the book is a lighter read.

link|flag
vote up 0 vote down

A Whole New Mind, by Daniel Pink. Interesting take on the future of our industry.

I assume most of the folks reading this will have read the books at the top of the list already. So, i'll offer a book that takes a different look at our industry.

alt text

link|flag
vote up -1 vote down

The dinosaur book about Operating Systems

link|flag
vote up 3 vote down

alt text

C++ How to Program It is good for beginner.This is excellent book that full complete with 1500 pages.

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

recommended for Windows Programmer, Programming Windows

link|flag
vote up 1 vote down

"The Fortran Coloring Book" by Dr. Roger Kaufman (1978, ISBN:0262610264)

What a silly concept - more basic than even a "Dummies" book! But it works for any language (with a few fortran specific examples of course), explaining the basic concepts of logic, variables, i/o, etc. in a very understandable and "Painfully Funny" way.

It's enough to get a ten year old interested in programming...

alt text

(Found cover photo on a Flickr user account)

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

"Code Complete" taught me some fundamental ways of thinking about programming.

"Object Thinking" by David West.

"The pleasure of finding things out" taken from various interviews with Richard Feynman - everyone should read this - programmer or not.

link|flag
vote up 1 vote down

Code Complete is the most influential by far, if I had the money I would buy copies and hand them out to every programmer I know.

Since programmers are well known for their social skills :P

How to Win Friends and Influence People

Not that all programmers have problems dealing with people, anyone can benefit from reading this book.

link|flag
vote up 1 vote down

If you're involved with Enterprise Applications at all, Martin Fowler's Patterns of Enterprise Application Architecture is a must-have.

link|flag
vote up 0 vote down

Design Patterns, of course. And the UML User's Guide.

link|flag
vote up 0 vote down

Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin

Agile Software Development

link|flag
vote up 1 vote down

Whether you are coding in Smalltalk or not Smalltalk Best Practice Patterns is a great read. Full of small observations that will change the way you code; for the better.

link|flag
vote up 0 vote down

I would say that "Beyond Code - Learn to Distinguish Yourself in 9 Simple Steps" is quite a good and motivational book. I doesn't cover technical issues, but it describes ways of working with people, being professional, ... For me, this is a book you can read again and again if you are in need of some pep talk. Besides that, it is cheap and very easy and enjoyable to read in 3 to 4 hours.

There is a little review over at my blog: http://www.herrodius.com/blog/54

link|flag
vote up 0 vote down

There isn't a single book I can pinpoint as more influential than the rest. A lot of the books that I would consider as influential to my current knowledge also wouldn't have made sense to me when I started programming.

link|flag
vote up 2 vote down

If you are doing anything in Unix/Linux/MacOS etc, you must read Advanced Programming in the Unix Environment (also known by the acronym APUE), by the late W Richard Stevens. If you don't know how file descriptors work or what sessions are, or all the things you should do when you daemonize yourself (admit it, you don't), then this book will tell you.

You'll feel amatuerish for a bit afterwards, but if you want to consider yourself a professional programmer (in any language) in the Unix environment you need to read this.

link|flag
vote up 1 vote down

for low level entertainment i would suggest Michael Abrash's
i) -Zen of Code Optimization- and
ii) -Graphics Programming Black Book-
even if you dont do any graphics programming.

link|flag
vote up 4 vote down

The Art of Computer Programming without any doubt

First Volume Hardcover

link|flag
6  
Maybe because it is already mentioned? stackoverflow.com/questions/1711/… – Vanuan May 9 at 12:45
show 3 more comments
vote up 29 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 2 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
prev 1 3 4 5 6 7 10 next

Your Answer

Get an OpenID
or

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