vote up 582 vote down star
861

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

282 Answers

prev 1 6 7 8 9 10
vote up -1 vote down

@NotMyself

It contains a lot of really useful information on how to make sure your software project doesn't fail and what tends to trip up even the best development teams.

link|flag
vote up -1 vote down

To answer the first question I would be original and say Code Complete;) And Pragmatic Programmer in a close second. But to answer the rephrased question:

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

I´m not quite sure. I do not think Code Complete would be as valuable in the beginning of my career. I´t is a harder question. Maybe "Object Oriented Analysis and Design" should top the list then.

link|flag
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 -1 vote down

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

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

The dinosaur book about Operating Systems

link|flag
vote up -1 vote down

beautiful code

link|flag
vote up -1 vote down

I'm sorry, I have to reject the question. If I could go back and tell myself which one book to read, I wouldn't. I would tell myself to constantly keep up with the latest trends in books and to read voraciously. All the books in the section are great books, but reading just one wouldn't help you.

Or, alternatively, the best book to read is the Internet. Then go from there and read books people recommend.

link|flag
vote up -1 vote down

Rich Dad Poor Dad, to realize that programming is just another job, and one that can be outsourced at that, and to focus on "minding my own business" instead rather than trading dollars for hours.

link|flag
show 2 more comments
vote up -1 vote down

The one that I read back to front was

The Art of Unix Programming by Eric S Raymond (ESR)

I started online then paid for the print version. Even if you don't program on Unix the ideas in the book are generally applicable.

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

John,

I am curious, why do you feel every developer should read The Mythical Man-Month? It is on my reading list but I have yet to read it.

link|flag
show 2 more comments
prev 1 6 7 8 9 10

Your Answer

Get an OpenID
or

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