vote up 588 vote down star
870

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

283 Answers

prev 1 6 7 8 9 10 next
vote up 0 vote down

recommended for Windows Programmer, Programming Windows

link|flag
vote up 0 vote down

A Whole New Mind, by Daniel Pink. Interesting take on the future of our industry.

I assume most of the folks reading this will have read the books at the top of the list already. So, i'll offer a book that takes a different look at our industry.

alt text

link|flag
vote up 0 vote down

Code Craft

I personally think this is a little better than the venerable Code Complete. Pete Goodliffe has a very practical approach, and the book is a lighter read.

link|flag
vote up 0 vote down

Anything by Edward Tufte: The Visual Display of Quantitative Information; Envisioning Information; Visual Explanations

link|flag
vote up 0 vote down

The Soul of a New Machine

http://en.wikipedia.org/wiki/The_Soul_of_a_New_Machine

link|flag
vote up 0 vote down

How to Win Friends & Influence People "the grandfather of all people-skills books"

because being a great programmer requires more than just technical skillz

link|flag
vote up 0 vote down

Object Oriented Design Heuristics is a great read. I couldn't put it down.

link|flag
vote up 0 vote down

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

Structure and Interpretation of Compunter Programs(SICP) of course. Such a good book.

And the book Functional Programming Using Standard ML, Prentice-Hall, 1987 by Åke Wikström. Åke's book taught me the importance to abstract, that the human brain can only handle like 4-6 concepts at the same time. Abstraction makes it possible to generalize and therefore handle more concepts at the same time.

link|flag
show 3 more comments
vote up 0 vote down

I saw a review of Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools on a blog talking also about XI-Factory, I read it and I must say this book is a must read. Altough not specifically targetted to programmers, it explains very clearly what is happening in the programming world right now with Model-Driven Architecture and so on..

link|flag
vote up 0 vote down

I would not read a book. I would read someone else's code, then find a proper simple book for that language. That's what I did at the beginning of my passion. In my case, I dug into Commodore 64 BASIC code from journals (at that time, source was shared on dead-tree support, and it was up to you to type it). I then received a BASIC book as a gift (I was a child back then) and started tinkering, but this after I mindlessly typed in all the code, and checked what it did.

I did the same when I learned C. I first started with source code from a chat server, and then bought C for dummies (yep, fast and dirty, but I went somewhere). From there, I continued tinkering and at the same time getting additional knowledge from books.

link|flag
vote up 0 vote down

I think the Best Software Writings will also be a really good read.

link|flag
vote up 0 vote down

OCaml for Scientists

link|flag
vote up 0 vote down

"Introduction to Functional Programming", Philip Bird and Richard Wadler. (First Edition)

I am still reading this book. I am liking it very much.

link|flag
vote up 0 vote down

I have found that the first edition of The C++ programming language had a big influence on my programming. I also own the second and third version. There are other C++ books I really liked, such as The Design and Evolution of C++.

link|flag
vote up 0 vote down

Personally, I like the handwritten notes by Edsger W. Dijkstra. A lot.

link|flag
vote up 0 vote down

Beginning C# 3.0: An Introduction to Object Oriented Programming

This is the book for those who want to understand the whys and hows of OOP using C# 3.0. You don't want to miss it.

link|flag
vote up 0 vote down

For Project Managers

link|flag
vote up 0 vote down

Programing Pearl, J.Bentley Pragamtic programmer. Mythical man month

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

Niklaus Wirth "Algorithms + Data Structures = Programs"

alt text

link|flag
vote up 0 vote down

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

It has been suggested in response to another "Greatest books" question, but not here:

Guns, Germs, and Steel - The Fates of Human Societies by Jared Diamond

Guns, Germs, and Steel

Highly interesting read which powerfully increases one's understanding of the different developments of human societies. Asks questions such as "Why did the Spanish sail to South America and conquer the Inkas, and not the other way round?" that tickle one's curiosity. I think every programmer should read this book because I think every person should.

link|flag
vote up 0 vote down

I am personally quite fond of Head First: Object Oriented Design and Analysis.

http://oreilly.com/catalog/9780596008673

I also liked the Pragmatic Programmer, but it's already at the top of the list.

link|flag
vote up 0 vote down

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

alt text

link|flag
vote up 0 vote down

alt text

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

JavaScript - The Good Parts

link|flag
vote up 0 vote down

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

It is is just one book then I would suggest "Practices of an Agile Developer"

link|flag
vote up 0 vote down

What happened to 'Expert C Programming - Deep C Secrets' by Peter Van Der Linden - a classical and enjoyable read. Should have read that immediately after learning C years ago but got it about after 3 years into learning C! A recommended book which answers the most common SO questions on pointers (a favourite subject of mine). Live it, eat it, breathe it! 10/10!

link|flag
vote up 0 vote down

Looks like we have the same taste in books. I have to admit that I really enjoyed some of the books listed above. Another book that I found outstanding this year due to its fresh and unique approach was 'is: The Phenomenon of the Facebook Status' by Patrick Hamilton Walsh. Did you read this one during the year? I think it will be huge in 2010. Its a book that... never mind it is Monday morning, so here is the review that sold it to me:

Patrick Hamilton Walsh shows remarkable ingenuity with this unique concept designed to offer an insight into life in today's world via the medium of social networking sites. 'Is' presents an insight into everyday life in the 21st century through the compilation of Facebook status updates, highlighting the joys and pressures of today's world with its 'warts and all' collection of laugh-out-loud, witty, poignant, crude and downright rude updates.

Each individual status update listed within 'is' allows the watching world to look into the updating person's soul as they share their thoughts and feelings of the day in a manner that has never before existed, giving a glance of what the person is made of, if not the image they are attempting to portray!

Taken as a whole, this compilation helps to unmask the population of Western society who, as individuals, are becoming more willing to share their thoughts with the world.

These individuals take full advantage of the opportunity afforded to them by the fact they can hide behind their computer screens and share thoughts they probably would never dare to on a face-to-face basis!

I got it for £5.49 on Amazon so its a bargain as well. Its also good for 'borrowing' good Facebook updates ;-)

Check it out and thank me later.

http://www.amazon.com/Phenomenon-Facebook-Patrick-Hamilton-Walsh/dp/1604942290/ref=cm%5Fcr%5Fpr%5Fproduct%5Ftop

Good work people, I look forward to reading more of your stuff in 2010. Happy Christmas everyone.

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.