vote up 573 vote down star
835

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

278 Answers

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

You may take a look at

http://gleichmann.wordpress.com/2008/09/19/yet-another-book-recommendation-list-software-development/

I found thise books very valuable in the field of general software development.

Greetings

Mario

link|flag
vote up 0 vote down

The books I suggest everbody to read are: Code complete Radpid development Head first software development Web engineering

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

@NotMyself

It contains a lot of really useful information on how to make sure your software project doesn't fail and what tends to trip up even the best development teams.

link|flag
vote up -1 vote down

To answer the first question I would be original and say Code Complete;) And Pragmatic Programmer in a close second. But to answer the rephrased question:

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, what book would it be?

I´m not quite sure. I do not think Code Complete would be as valuable in the beginning of my career. I´t is a harder question. Maybe "Object Oriented Analysis and Design" should top the list then.

link|flag
vote up -1 vote down

Design Patterns by the Gang of Four, I keep referring to it over and over again.

link|flag
vote up -1 vote down

Zen and the Art of Motorcycle Maintenance. Go now, read it.

link|flag
vote up -1 vote down

Another vote for "The Art of Unix Programming by Eric S. Raymond". Even if you aren't a Unix programmer, the explanation of simple, clean, yet powerful processes will convince you that you should be ;-)

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.