up vote 1414 down vote favorite
3481
share [g+] share [fb]

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.

To search: Use the search box in the upper-right corner. To search the answers of the current question, use inquestion:this. For example:

inquestion:this "Code Complete"
link
256  
One of the most important question ever asked on stackoverflow :) – Sylvain Jun 9 '09 at 19:30
7  
Browsing this thread make me realize how ugly most programming related books are. Very good thread though! – Carl Bergquist Aug 5 '09 at 12:09
19  
Interesting this is, while the title reads "What is the single most influential book every programmer should read?", there are quite a few books suggested that deal with language specific topics. By definition, and by question as it was put, the books suggested here should deal with language agnostic topics, which proves most programmers have yet to learn how to read. – ldigas Oct 2 '09 at 19:54
17  
If I could go back in time and tell myself to read something, it better be a newspaper or sports fact book that I carried with me. Anything else is a waste of good time travel. :-) – jmucchiello Nov 8 '09 at 9:38
29  
You know, if I wasn't worried about getting down voted a WHOLE lot I would trollishly go and suggest Twilight. "Its ALSO about people who are pale and avoid the sun!" – Jacob Bellamy Feb 12 '10 at 0:20
show 29 more comments
feedback

locked by Robert Harvey Sep 26 '11 at 15:39

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. More info: FAQ(/faq).

closed as not constructive by casperOne Jan 11 at 13:32

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

328 Answers

1 2 3 4 5 11

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.

enter image description here

link
5  
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 '09 at 15:46
1  
Can you post a pic? And put the +1 for CC either on CC or at the end. This desrvers more votes and doesnt get them because it doesnt answer the question directly. – Ruben Bartelink Apr 16 '10 at 7:44
show 1 more comment
feedback

How to Win Friends and Influence People by Dale Carnegie.

It taught me that in order to persuade people of your ideas, or lead them away from bad practices, you can never tell them that they are wrong. To do so will only entrench them further in their own ideas.

link
2  
Of course, Microsoft's techie culture is structured around the decisive moment to call your manager brain-dead. – kmarsh Aug 5 '09 at 12:15
1  
Every programmer should read this. It kicks off some good introspection on your behavior to otheres. – Jeff Thompson Mar 31 '11 at 19:29
feedback

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

cover image

link
5  
or the C# version thereof. Clean Code is a real page turner too. – Ruben Bartelink Jan 25 '09 at 11:23
show 4 more comments
feedback

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
5  
It's worth the cover price for Chapter 3 (Typelists) alone. This book gave me surreal spooky dreams and changed the way I approached programming in all languages, not just C++. IMHO it's more influential on structure and design than "Design Patterns". – Ether Aug 5 '09 at 17:53
2  
This book shows how effective tinkering within a well-known beast of a compiler can yield unexpected results. It teaches to see things beyond the intended design. Very cool, simply mind-bending! – GregC Aug 26 '10 at 3:54
1  
Frankly, if more C++ programmers read this book the world would be a better place. – Anson MacKeracher Feb 28 '11 at 23:08
feedback

I have a different answer -- I really liked Joel's Best Software Writing I.

Maybe that's just me... but that collection opened my eyes to the "bigger picture" and inspired me to think of my programming as an art/craft.

link
3  
The contents of that book are available free on the web codinghorror.com/blog/archives/000346.html – MarkJ Jan 27 '09 at 12:16
show 1 more comment
feedback

I found The Practice of Programming by Kernighan and Pike is a very good read.

link
feedback

A great follow on to Code Complete - indispensable once you start working on projects of any decent size & need to communicate to your stakeholders about project delivery dates, etc.

Software Estimation: Demystifying the Black Art by Steve McConnel

link
1  
This book is titled "Software Estimation: Demystifying the Black Art" for those like me that aren't seeing the image but don't want to click through. – sliderhouserules Jun 17 '10 at 17:01
show 2 more comments
feedback

Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt.

link
2  
Maybe not as important as "The Pragmatic Programmer", but still very much recommended. +1 – Jonik Jul 23 '09 at 14:00
2  
Very bad book: a lot of unsubstantiated claims, myths presented as facts, etc. See my Amazon review for details. – ivant Feb 28 '11 at 22:48
show 2 more comments
feedback

The Passionate Programmer cover

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).

Edit by different person: This is now called "The Passionate Programmer".

link
show 2 more comments
feedback

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.

enter image description here

link
1  
I enjoyed this book. – Matt Hulse Nov 19 '11 at 3:52
show 1 more comment
feedback

It's an oldie, but still worth reading: Algorithms + Data Structures = Programs

alt text

link
show 3 more comments
feedback

Dilbert's Guide To The Rest Of Your Life: Dispatches from Cubicleland

alt text

This is more truth than you'd think.

link
feedback

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

link
1  
One of my best ! Nice, I will begin reading it again tonight :) – Sylvain Jun 9 '09 at 19:24
feedback

I'm amazed that no one has suggested The Story About Ping yet.

If this text is displayed then the link to the image may be broken - apologies to Lynx users.

link
14  
The first review at amazon is golden. – blizpasta Dec 31 '09 at 8:03
1  
Uhm, am I missing something? – peoro Jan 12 '11 at 18:52
show 2 more comments
feedback

alt text

Excellent book on getting up to speed with JavaScript, highly reccommend.

JavaScript - The Good Parts

link
7  
Good book, undoubtedly, but the single most influential book for all programmers to read...? – Jonik Jan 11 '10 at 20:20
2  
This is a book for What is the single most influential book every JavaScript programmer should read. Here are also many C++, Java etc. books. So this is imo ok answer. – Epeli Jul 2 '11 at 12:17
1  
That book cannot even be half as thick as "JavaScript: The Bad Parts". – WTP'-- Nov 22 '11 at 21:42
1  
Ugggh! ALL printed Javascript books are terrible. That said, there are many good online ones, such as the MDN ones. – trinithis Dec 6 '11 at 23:24
show 3 more comments
feedback

The books listed here in this question are great. Code Complete, Pragmatic Programmer, Head First Design Patterns, all great.

My contribution to this list is a free read and is really focused on getting back to (best practice) basics. Foundations of Programming is a free eBook from one of the contributors to the popular Alt.Net blogs CodeBetter, Karl Seguin.

Covers Domain Driven Design, Persistence, Dependency Injection, Unit Testing, ORM etc.

alt text

link
show 2 more comments
feedback

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

link
3  
I liked 37signals.com/rework as well. – EnabrenTane Jan 6 '11 at 22:29
feedback

I know this is a graphics book, but I am a graphics programmer and have been my whole career. Plus it's written in 'C' :)

It's as fundamental to me as the original K&R C Programming Language book.

Computer Graphics: Principles and Practice in C (2nd Edition) alt text

link
show 2 more comments
feedback

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
show 1 more comment
feedback

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
show 1 more comment
feedback

The Elements Of Computing Systems

This book walks the reader through the process of building a computer system given NAND gates and flip flops. It gives a good introduction to the "big picture".

The Elements Of Computing Systems

link
2  
This book is amazing! I HIGHLY recommend it. – Dinah Sep 3 '09 at 17:56
1  
I am reading this book and doing the exercises. It is so good. You get an intimate knowledge of how the computer works. The models that we are taught are good, but there is nothing like actually building a simulated computer to fully understand it. – Hugo Estrada Sep 4 '11 at 20:08
1  
I especially enjoyed making a complete compiler for the Object oriented language called Jack that runs on the machine that you build in the earlier chapters. Seeing how object oriented languages turn into assembly really has made me a better programmer. – ladookie Oct 1 '11 at 14:27
feedback

Refactoring to Patterns by Joshua Kerievsky

alt text

link
1  
+1 for Refactoring to Patterns. Missing link between the classics "Refactoring" and "Design Patterns". – Jonik Jan 21 '09 at 19:39
1  
Clean Code was already mentioned here: stackoverflow.com/questions/1711/317750#317750. Could you perhaps edit this answer and decidate it just to Refactoring to Patterns? – Jonik Mar 2 '09 at 18:44
show 2 more comments
feedback

The Annotated Turing was enlightening. It defines the box programmers work in.

alt text

link
show 1 more comment
feedback

The Design of Everyday Things

and Things that Make Us Smart - both by Donald Norman

These apply to so much more than just user interface design... Make things that work as others would expect - even if the others are developers using code that you've created.

The Timeless Way of Building - Christopher Alexander

The original "patterns" book. Helps to understand why some software design just "feels" right and some does not.

link
2  
+1 for design of everyday things. Can you say doorhandles? – drozzy Feb 4 '10 at 18:30
9  
-1 For mentioning >1 book and DoET being a dup – Ruben Bartelink Mar 27 '10 at 13:19
show 2 more comments
feedback

The Deadline: A Novel About Project Management by Tom DeMarco

alt text

link
2  
Information about why it should be read, please? – Andrew Grimm May 9 '10 at 12:42
show 1 more comment
feedback

alt text

Not the most important, but a very fundamental one

link
show 2 more comments
feedback

I prefer Stroustrup's The C++ Programming Language (3rd edition) - it's the C++ book. C++ may be out of fashion these days, but this book takes you from the basics to OO to templates (STL) and even covers things like improving compile and link time. I still learn something every time I pick it up, and it's never, ever bad to know C++.

link
show 1 more comment
feedback

Patterns of Enterprise Application Architecture

cover

link
15  
Duplicate of earlier – Ruben Bartelink Jul 15 '10 at 22:55
3  
show 1 more comment
feedback
1 2 3 4 5 11

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