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 7 8 9 10 11

I'll add a couple that I haven't seen here that are influential for me:

  • Yourdon and Constantine, "Structured Design". Everything you need to know about software design is in here, if you're willing to dig for it a little.
  • Leonard Koren, "Wabi-Sabi: for Artists, Designers, Poets & Philosophers". A pragmatic philosophy balancing beauty and pragmatism.
link
show 1 more comment
feedback

How to Solve It: A new aspect of mathematical method Although not directly related to computer programming but it does teach you the art of problem solving and that's what computer programming is all about.

link
feedback

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

An introduction to GW Basic. With out it I never would have learned how to program and any other books wouldn't have done me any good.

link
feedback

Algorithms in C++ was invaluable to me in learning Big O notation and the ins and outs of the various sort algorithms. This was published before Sedgewick decided he could make more money by dividing it into 5 different books.

C++ FAQs is an amazing book that really shows you what you should and shouldn't be doing in C++. The backward compatibility of C++ leaves a lot of landmines about and this book helps one carefully avoid them while at the same time being a good introduction into OO design and intent.

link
feedback

It seems most people have already touched on the some very good books. One which really helped me out was Effective C#: 50 Ways to Improve your C#. I'd be remiss if I didn't mention The Tao of Pooh. Philosophy books can be good for the soul, and the code.

link
show 1 more comment
feedback

One I didn't already see on here was xUnit Test Patterns: Refactoring Test Code by Gerard Meszaros. This book really helped me see unit testing from a fresh perspective.

link
feedback

I'm late to this question but apparently still have something unique to offer... Software Engineering Economics by Barry Boehm which, to summarize, says that if you want to really improve software productivity get better people since better tools, hardware, languages, methods, etc. will all have a marginal impact. Only better people drive up productivity by significant amounts. I emphasize, this is better engineers, not more engineers!

Not the kind of book you'd take to bed with you, like you might do with Coders At Work but the kind of book that drives home a lesson that our industry has struggled mightily to take to heart. Witness off-shoring, a false economy that Boehm's model predicts will have only a marginal positive effect, if any at all. Check it out.

link
feedback

Getting Things Done (GTD) teaches you how to deal with the thousands of small tasks you need to accomplish in your day-to-day job as a software developer. Although it is not specifically geared towards developers, it is definitely an invaluable aid, as software development typically involves a very lare number of small tasks that need to be done in a prioritized fashion. For example: implementing new features, fixing bugs, refactoring parts of the code, testing or retesting code, etc...

link
show 1 more comment
feedback

Essential reading for any mentor/team leader/manager or anyone who reports to the aforementioned.

alt text

link
feedback

Code by Microsoft.

Granted, it does NOT teach you about programming but it explains so well how computers work and how humans have learned to translate their thoughts into math and how computers operate.

I never understood Boolean algebra til I read CODE. I consider it a must read book for all beginners in programming.

link
feedback

Dictionary of the Khazars by Milorad Pavich

It's a hypertext book; it comes in two versions - a male version and a female version; and it is excellent.

Dictionary of the Khazars

link
feedback

This is a must read book for every programmer: Database system concepts by Abraham Silberschatz.

alt text

link
show 1 more comment
feedback

This is a very rich and useful compilation, however, I am a bit surprised I have not encountered Andrew S. Tanenbaum among the authors. IMO he is one of the best CS professors, and his genius has to do mainly with his extraordinary ability in making rather difficult material accessible to the CS undergraduates. His books (Modern Operating Systems, or Computer Networks might ring a bell) did a wonderful job in providing me with a solid foundation in CS while doing my BS and I highly recommend them. Some other interesting stuff on Tanenbaum, proving his skills go beyond teaching: author of an OS called MINIX - Linus had his fare share of inspiration from it when implementing Linux; Amoeba - distributed OS; Turtle - free anonymous p2p network.

link
4  
Wall of text. What is your recommendation? – drozzy Feb 4 '10 at 18:39
feedback

The Art of Game Design - A Book of Lenses by Jesse Schell

Jesse Schell has taught Game Design and led research projects at Carnegie Mellon’s Entertainment Technology Center since 2002.

Nuff said.

The Art of Game Design - A Book of Lenses

PS: Sorry If I am double posting, I couldn't find this book in the answers - either because the title was not exact or there was no image. Let me know and I'll delete it if so.

link
feedback

The Pink Shirt book

Programmer's Guide to the IBM PC. The Pink Shirt book.

...well, someone had to say it.

link
show 1 more comment
feedback

You.Next(): Move Your Software Development Career to the Leadership Track ~ Michael C. Finley (Author), Honza Fedák (Author) link text

link
feedback

Maverick!: The Success Story Behind the World's Most Unusual Workplace

alt text

Will make you realise what a workplace should be like.

link
feedback

Inside the C++ object model by Stanley Lippman

link
feedback

Not a programming book, but still a very important book every programmer should read:

Orbiting the Giant Hairball by Gordon MacKenzie

link
feedback

Code Complete has been mentioned numerous times - and is definitely a great book and I agree with Introduction to algorithms. To add one to the list - as a good primer for algorithms - Concrete Mathematics by Knuth - this book explains the underlying math used in higher levels of compsci.

link
show 1 more comment
feedback

The Interpretation of Object-Oriented Programming Languages by Ian Craig

Because it showed me how much more there was to OO than standard C++/Java idioms

link
feedback

Thinking in Java (Patterns) , Bruce Eckel

link
feedback

Professional Excel Development This book showed how to make high quality applications within one of the most ubiquitous programming platforms available.

link
feedback

PHP objects, patterns and practice. http://www.apress.com/book/view/9781590599099

link
feedback

'How to be a Programmer: A Short, Comprehensive, and Personal Summary' by Robert L Read

Not exactly a book but an essay, but this one was definitely an inspiration for me when I got into coding. Loved the notion of entering a tribe. Worth a read.

link
feedback

A collection it was, and stunning. Edsger Dijkstra's (with some help from C.A.R. Hoare) little black book Structured Programming and particlarly the essay titled "On Our Inability To Do Much".

link
feedback

The C++ Series of programming books by Deitel and Deitel

link
feedback

Managing Gigabytes is an instant classic for thinking about the heavy lifting of information.

link
feedback
1 7 8 9 10 11

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