vote up 591 vote down star
878

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

I though Jurgen did a decent job with his Top 100 Best Software Engineering Books, Ever.

link|flag
vote up 52 vote down

I agree with Cristian, I think we should not forget SICP, I think every programmer should use it, al least as an exercise, you can complement it with;

The Little Schemer
alt text and

The Seasoned Schemer

alt text

I also include in the reading list Code Complete, Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process and Design Patterns and Design Patterns: Elements of Reusable Object-Oriented Software

link|flag
show 6 more comments
vote up 13 vote down

Not the most influential, but certainly a good read and absent so far is My Job Went To India by Chad Fowler. It consists of 52 chapters/mini essays giving guidance on how to differentiate yourself as a developer rather than a code monkey (whose work could easily be outsourced).

link|flag
vote up 0 vote down

NotMyself,

Not John, but answering you anyway. :)

Mythical Man-Month is the definitive text on projects going wrong. How it happens, what you can do to fix it, what you can't do to fix it. Since it is a classic a lot of people talk about it, so it helps if you have also read it.

The book is old and reading it today you will have a lot of wow I can't believe they did that moments. One that struck me in particular was how they managed documentation, actual hard copy to everyone, with daily edits printed and sent out, hundreds of pages. Compared with today were you would just have word doc or wiki.

It is a short book and doesn't take long to read, but is very informative.

link|flag
vote up 16 vote down

The C Programming Language. Seriously!

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

Introduction to algorithms (Cormen, Leiserson, Rivest, Stein) - Code Complete teaches you how to program correctly, mythical man-month teaches you how to manage correctly, Design pattern teaches you how to design correctly...

This book teaches you how to write code.

Introduction to algorithms cover image

link|flag
3  
I used this book extensively in my undergraduate career. It it written as a text book not a reference book. This means that many of the central concepts are "left as an exersize for the reader". Great book for schools, I don't recommend it as a reference book. – alumb Sep 16 '08 at 16:36
1  
This book is a hard read and is overkill for a typical software developer. But it does provide a good overview in general on how to design algorithms. The typical job of business apps will not even use a fraction of the information in this book though. – Cervo Jan 2 '09 at 16:49
11  
> This book teaches you how to write code. I have to disagree. It teaches you algorithms, not how to implement them. Sedgewick's books are better about this. – Blaisorblade Jan 13 '09 at 3:22
2  
I have to disagree with most commentators (to date) - Without this book, or the rigorous way it teaches algorithms, I would've been hopelessly lost when the time came to move beyond "get data from server, transform and output in a nice html". When it came to writing algorithms, this book gave me the best tools for the job. The added bonus of having actual GOOD and understandable content is what puts this over the top (as opposed to "the art of programming" series). However, IMO, "how to create a hash map" is not as important as "how to think about creating a hash map". – Ran Biron May 3 at 8:27
1  
My personal favourite! – Swanand Jun 2 at 5:40
show 13 more comments
vote up 62 vote down

Peopleware

Demarco and Lister demonstrate that the major issues of software development are human, not technical. Their answers aren't easy--just incredibly successful. New second edition features eight all-new chapters.

alt text

link|flag
show 5 more comments
vote up 234 vote down

I think I would have to recommend Refactoring: Improving the Design of Existing Code.

Refactoring: Improving the Design of Existing Code

link|flag
25  
I have to agree, my favorite programming quotation comes from this book: "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." - Martin Fowler – Justin Standard Dec 2 '08 at 19:31
1  
I really like this book too, the code smells quick reference is very useful. – Danielb Mar 18 at 15:41
2  
It sure changes the way you think – Leyu Jun 3 at 12:46
show 2 more comments
vote up 3 vote down

I'm going old school with this: I think the most influential book on programming ever written is The Art of Computer Programming.

link|flag
vote up 7 vote down

Alice's Adventures in Wonderland Best programmers have read the book!

link|flag
vote up 14 vote down

For programming, without question, the "correct" answer is Code Complete. This book is really unparallelled in setting a framework of thought around a disciplined approach to the actual construction of code. McConnell was able to do this in a way that was largely agnostic to language of implementation and even in the types of systems the programmer is working on...useful stuff to anyone who spends any part of their day actually writing code.

Code Complete is also noteworthy in that this book was really the first to tackle only the construction aspects coding completely and while followed with other books by other authors, I believe Code Complete still stands as the most ambitious and successful in convincing you the practices that Steve advocates are paramount to successful programming.

To throw in another book by Steve McConnell, I think the book Rapid Development is equally important. While this book is somewhat less unique in the subject matter of running successful development teams, it is equally fun to read as Code Complete and no less important to programming project team leaders.

Code Complete for the good of the individual. Rapid Development for the good of the team.

link|flag
show 2 more comments
vote up 21 vote down

I found The Practice of Programming a very good read.

link|flag
vote up 0 vote down

For me this is "Programming Pearls by Jon Bentley.

It's about the most important thing -- identify the real problem and solve it in the simplest way.

link|flag
vote up 7 vote down

Getting Real by 37 Signals. It doesn't matter if you don't "ship" something at the end of the day.

link|flag
vote up 24 vote down

I recommend Writing Solid Code. Old, but still very much worth a read.

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

I've been arounda while, so most books that I have found influential don't necessarily apply today. I do believe it is universally important to understand the platform that you are developing for (both hardware and OS). I also think it's important to learn from other peoples mistakes. So two books I would recommend are:

Computing Calamities and In Search of Stupidity: Over Twenty Years of High Tech Marketing Disasters

link|flag
vote up 2 vote down

The first edition of Code Complete was hugely influential in its time. The second edition was somehow, well, annoying. From his initial assertion that he had not expected to have to update the book at all, through his (dubious) claim to have pretty much invented Extreme Programming, the book just didn't deliver a real update to the original. Or maybe it's just that I was a decade older?

I don't think MMM would carry as much weight at the outset of one's career as it does when one has some personal experience to provide context. And the same, but in a different way, applies to another favourite, Refactoring.

I think if I had to choose one book to make the most beneficial difference in someone else's programming career, it would be The Pragmatic Programmer.

link|flag
vote up 10 vote down

I'm going to go a different route than the other answers so far...

Hackers: Heroes of the Computer Revolution. It's an informal history of computers that really gives you an amazing feel for how this whole "computer culture" formed. It had a very powerful effect on me when I read it, oh, sometime around 1988.

link|flag
vote up 1 vote down

Programming Pearls by Jon Bentley.

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

I can't believe no one's mentioned Structure and Interpretation of Computer Programs (SICP). It's not a beginner's (as in it shouldn't be the first programming book you read) but it's been quite influential to me. This book explains why concepts like design patterns, high cohesion and low coupling are good things. On top of that you will learn why being able to pass around functions as arguments and return values is a great asset. You'll never program the same way after you grasp this concept.

Code Complete is a great book, but I would say it's a secondary book. You can't be a great programmer if you don't know how to program and Code Complete doesn't teach you that. Once you know the important concepts you can start applying the lessons in Code Complete. SICP and Code Complete are completely different books. In fact, reading both is probably the biggest one-two punch I can suggest to programmers.

I used SICP in my college course so I'm not sure how it would be as teach-yourself book, but I've read it since college and it's written very clearly and should be accessible to anyone with some knowledge of programming.

link|flag
vote up 2 vote down

The Bible, followed by How to win friends and influence people. Neither are specific to any field but they are the two books that have had the biggest (good) impact on my life.

link|flag
1  
Every programmer that needs to meet people should read the latter. As for the former I'm aware that there may be some disagreement over that which is not best discussed through the medium of comments on stackoverflow. – Teifion Jul 2 at 17:15
show 2 more comments
vote up 3 vote down

@NotMyself,

The Mythical Man Month tells a great story about the common themes of delivering software: what works, what doesn't, etc. It's amazing that the book is 30 years old and is still highly relevant.

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

What about putting book image covers here, just the text is kinda'...boring.

Code Complete 2 The Pragmatic Programmer

link|flag
7  
So you've got both of the top answers here... but which one would you pick? – Akrikos Feb 18 at 18:51
22  
Someone should link images to the top answers and delete this. – Vanuan Jun 17 at 22:38
1  
Added the images to the above answers just now.. – Tim Jun 28 at 18:24
2  
hahaha looks like a recommender system just invaded SO :) – pageman Aug 7 at 14:35
4  
this isn't an answer – jimconstable Oct 1 at 0:22
show 2 more comments
vote up 113 vote down

I know that Design Patterns by the Gang of Four is a standard text, but rather than try and read that brick of a book start with the easier Head-First Design Patterns, and once you have got your head around the basic principles, progress to the great GoF bible...

Image

link|flag
18  
I find the head-first series sickeningly unreadable. – Draemon Dec 18 '08 at 5:34
9  
I found Head-First Design Patterns very biased towards food based businesses, I'm not sure what they were trying to say about developers! – Antony Scott Mar 6 at 21:42
3  
@Sylvain - it's not meant to be a reference book, it is merely an introduction to design patterns that I believe is easier to study than the GOF book. Yes, once you have got your head around design patterns use the GOF book as your reference... – Calanus Jun 23 at 12:22
1  
the GoF book is a pattern catalog. It's not really intended to be a 'learning' tool about what design patterns are and how to use them. – SnOrfus Oct 2 at 18:29
5  
Any techie book with a picture of an attractive female on the cover automatically makes me think that the publisher doesn't take their market seriously. – Ether Oct 12 at 17:29
show 7 more comments
vote up 84 vote down

Working Effectively with Legacy Code

by Michael Feathers. I don't think that any book has affected my opinion of how I code more than this one. It explicitly tells you how to deal with someone elses code but implicitly you'll learn what to avoid (and why).

Edit: Makes sense now.

alt text

link|flag
1  
I agree - I wish I had read that book earlier. – David Grant Oct 13 '08 at 14:21
2  
Agree. Too many developers talk about writing software with a clean slate. But I'd think that almost all developers spend some time eating other people's dog food (or is that dog poo?). – Bernard Dy Dec 23 '08 at 16:23
1  
+1. I've worked with a PM who was obsessed with the "clean slate" thing - even keeping new recruits away from the old codebase in case they picked up bad habits from it. The company is now stuck with a bunch of half-functional rewrites but no improvement in functionality, and is dying. – finnw Jan 26 at 16:26
vote up 50 vote down

book cover

The Inmates Are Running The Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity, or any of Alan Cooper's books.

Because most programmers produce more WTFs/minute in the user interface than they do in the source code.

link|flag
1  
Can't upvote this enough. – Anderson Imes Oct 2 at 18:51
vote up 13 vote down

It depends on exactly what purpose you're aiming for - I like Code Complete for pure programming, and Don't Make Me Think is a great book on UI design.

link|flag
2  
I really rate 'Don't Make Me Think', its really easy to read which means its a lot easier to coax people to read it :) – Danielb Mar 18 at 15:46
vote up 2 vote down
I am going to have to say Pragmatic Programmer. It gives the best overview for software developers/engineers. I found the book very useful starting out, and still after a few years of professional work.
link|flag
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.