up vote 1414 down vote favorite
3487
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.

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 4 5 6 7 8 11

Software Tools by by Brian W. Kernighan and P. J. Plauger

It had a profound influence on how I write software.

link
feedback

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

I am still waiting for my copy of LiSP.

link
2  
Did it ever arrive? – luser droog Aug 20 '11 at 4:44
show 1 more comment
feedback

Not the most influential, but worth a look is Youth by J.M.Coetzee.

The narrator of Youth, a student in the South Africa of the 1950s, has long been plotting an escape from his native country: from the stifling love of his mother, from a father whose failures haunt him, and from what he is sure is impending revolution. Studying mathematics, reading poetry, saving money, he tries to ensure that when he arrives in the real world, wherever that may be, he will be prepared to experience life to its full intensity, and transform it into art. Arriving at last in London, however, he finds neither poetry nor romance. Instead he succumbs to the monotony of life as a computer programmer, from which random, loveless affairs offer no relief. Devoid of inspiration, he stops writing. An awkward colonial, a constitutional outsider, he begins a dark pilgrimage in which he is continually tested and continually found wanting.

youth cover

link
feedback

Perfect Software: And Other Illusions about Testing

TITLE Cover

Perfect Software: And Other Illusions about Testing by Gerald M. Weinberg

ISBN-10: 0932633692

ISBN-13: 978-0932633699

link
feedback

Design Concepts in Programming Languages by FA Turbak produces detailed implementations of many programming concepts and is very useful for understanding what's going on underneath the hood.

link
feedback

The Back of the Napkin, by Dan Roam.

The Back of the Napkin

A great book about visual thinking techniques. There is also an expanded edition now. I can't speak to that version, as I do not own it; yet.

link
feedback

Enterprise Patterns and MDA: Building Better Software with Archetype Patterns and UML

An excellent read for those looking to leverage ORM and UML

Enterprise Patterns and MDA: Building Better Software with Archetype Patterns and UML

link
feedback

So far it would be Joel on Software as it has guided me here (by finding his blog) and found many more good books to read.

Joel writes authoritatively but very funny. You should read Joel on Software to learn about the industry, how to do things as a programmer and to see examples of great software writing.

link
show 1 more comment
feedback

Code Complete is the number one choice, but I'd also cite Gang of Four's Design Patterns and Craig Larman's Applying UML and Patterns.

The Timeless Way of Building, by Christopher Alexander, is another great one. Even though it's about archtecture, it's included in the bibliography of many great programming books I have already read.

Another one, from which I'm learning lots of new things, is Data Access Patterns, by Clifton Nock.

link
show 1 more comment
feedback

I recently read Dreaming in Code and found it to be an interesting read. Perhaps more so since the day I started reading it Chandler 1.0 was released. Reading about the growing pains and mistakes of a project team of talented people trying to "change the world" gives you a lot to learn from. Also Scott brings up a lot of programmer lore and wisdom in between that's just an entertaining read.

Beautiful Code had one or two things that made me think differently, particularly the chapter on top down operator precedence.

link
2  
-1 One book please – Ruben Bartelink Mar 27 '10 at 13:36
feedback

Programming Perl (O'Reilly)

link
feedback

Lean Software Development by Mary and Tom Poppendieck is definitely one for every developers bookshelf

link
feedback

Object-Oriented Software Construction by Bertrand Meyer

link
show 1 more comment
feedback

Great question!

After some consideration, I would have to say The Fountainhead by Ayn Rand. Not a programming book, but makes you think about what you want out of your work at a higher level.

link
feedback

Nobody seems to have mentioned Stroustup's The C++ Programming Language which is a great book that every C++ programmer should read.

I also think that Extreme Programming Explained: Embrace Change should be read by every programmer and manager. Many of the ideas in the book are common knowledge now but the book gives an intelligent and inspiring account of the pursuit of quality in software engineering.

I would second the recommendations for Knuth and Gang of Four which are classics.

link
feedback

Three books come to mind for me.

  • The Art of Unix Programming by Eric S. Raymond.
  • The Wizardry Compiled by Rick Cook.
  • The Art of Computer Programming by Donald Knuth.

I also love the writing of Paul Graham.

link
feedback

Adding to the great ones mentioned above:

Patterns of Enterprise Application Architecture

Enterprise Integration Patterns

link
1  
Can you edit this and make it refer to one that isnt already mentioned with higher votes so I can change my -1 for not reading the Q to a +1 for EIP please? – Ruben Bartelink Mar 27 '10 at 13:55
feedback

How influential a book is often depends on the reader and where they were in their career when they read the book. I have to give a shout-out to Head First Design Patterns. Great book and the very creative way it's written should be used as an example for other tech book writers. I.e. it's written in order to facilitate learning and internalizing the concepts.

Head First Design Patterns

link
3  
I checked this one out of my local library, and returned it having made it only about 50 pages in. The "Head First" hurl-clip-art-and-sidenotes-on-every-page style may be an effective way of learning for some, but as a person with Attention Deficit Disorder, it made my head explode. I simply could not keep focus on the content. I much prefer the original Gang of Four book for the same information. – SFEley Oct 11 '09 at 4:24
5  
Duplicate post (sorry). – Ether Oct 12 '09 at 17:36
show 2 more comments
feedback

Effective C++ and More Effective C++ by Scott Myers.

link
1  
-1: Good book, but Duplicate, see earlier – Ruben Bartelink Jul 15 '10 at 23:08
feedback

alt text

Mastery: The Keys to Success and Long-Term Fulfillment, by George Leonard

It's about about what mindsets are required to reach mastery in any skill, and why. It's just awesome, and an easy read too.

link
show 2 more comments
feedback

My vote is "How to Think Like a Computer Scientist: Learning With Python" It's available both as a book and as a free e-book.

It really helped me to understand the basics of not just Python but programming in general. Although it uses Python to demonstrate concepts, they apply to most, if not all, programming languages. Also: IT'S FREE!

link
feedback

This isn't a direct answer to the question, because I feel it's already been answered above, however, one of the books that definitely had an impact on how I code is Code Reading, Volume 1: The Open Source Perspective.

alt text

link
feedback

to get advanced in prolog i like these two books:

The Art of Prolog

The Craft of Prolog

really opens the mind for logic programming and recursion schemes.

link
feedback

It's not strictly a development book and I believe that I've mentioned it in another answer somewhere but it's a book I really believe all developers should read, from php to Java to assembly developers.

Code

It really brings together what's under the hood in a computer, why memory shouldn't be wasted and some of the more interesting parts of the history of computing. It's an introduction to the computer and what it is. It gave me my ultimate passion for low level programming and helped me understand pointers and memory more than any other computer.

link
show 1 more comment
feedback

I think code complete is going to be a hugely popular one for this question, for me it corrected many of my bad habits and re-affirmed my good practices.

Also for my Perl background I really like Perl Best Practices from Damian Conway. Perl can be a nasty language if you don't use style and best practices, which is what I was seeing in the scripts I was reading ( and sometimes writing ) .

I like the Head First Series, they are quite good and easy to read when your are not in the mood for more serious style books.

link
feedback

Cocoa Programming for Mac OS X by Aaron Hillegass

link
show 1 more comment
feedback

This one started me off into true OOA&D.

Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development - Craig Larman

These would be up there as well:

  • Patterns in Enterprise Application Architecture - Fowler
  • Domain-Driven Design - Eric Evans
link
show 1 more comment
feedback
1 4 5 6 7 8 11

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