vote up 591 vote down star
877

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 3 4 5 6 7 10 next
vote up 2 vote down

Discrete Mathematics For Computer Scientists

Discrete Mathematics For Computer Scientists by J.K. Truss.

While this doesn't teach you programming, it teaches you fundamental mathematics that every programmer should know. You may remember this stuff from university, but really, doing predicate logic will improve you programming skills, you need to learn Set Theory if you want to program using collections.

There really is a lot of interesting information in here that can get you thinking about problems in different ways. It's handy to have, just to pick up once in a while to learn something new.

link|flag
vote up 1 vote down

The key word in the question is "career". Read "How to Win Friends and Influence People". Nothing I've read made me even close to as much money and advanced my career as much as that book.

To have a successful career, you will need to interact well with other people. You've probably been exposed to dozens of technical books in college. But how much did you study how to get along with your coworkers, bosses, customers, etc. in college? "How to Win Friends and Influence People" gives you a blueprint for that. Your career will be much much more successful and smoother.

I was so astonished by this book, that I've given away about 30 copies of it. Not a single person has failed to be impressed by it.

link|flag
vote up 2 vote down

Facts and Fallacies of Software Engineering by Robert L. Glass is a really excellent book. I had been a professional hacker for almost 10 years before I read it, and a I still learned a ton of stuff.

link|flag
vote up 1 vote down

George Polya's "How To Solve It"

It might seem dry, overly mathematical, and antiquated, but there are few better books on learning how to break a seemingly formidable problem into workable sub-problems and how to learn from previous problems.

link|flag
vote up 10 vote down

alt text

link|flag
vote up 3 vote down

Another book that has not been mentioned yet, and SHOULD be required reading for EVERY programmer, newbies on up to gurus, in ANY programming language, is Michael Howard's Writing Secure Code (2nd Edition) from MSPress.

alt text

link|flag
show 2 more comments
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 33 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 3 more comments
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 13 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
show 1 more comment
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 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
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.