vote up 69 vote down star
99

For me, Head First Design Patterns was a book that made Design Patterns click for me. Once I had read it, I found I could return to GoF and take more away from it and it really helped my move on as a developer.

What book really made an impact of how you work as a developer?

Note: One book per answer; upvote any you agree with ;o)

flag
show 4 more comments

219 Answers

prev 1 4 5 6 7 8
vote up 2 vote down

Code Complete 2

Design Patterns in C#

link|flag
vote up 47 vote down

alt text

Head First Design Patterns as well. Not the best book I have read, but it was fun to read and since then I started reading more general books about programming instead of the usual "XY Programming Language in 21 days".

link|flag
2  
I found the style of writing used in this book to be highly distracting. It was hard for me to stay focused on the material presented. – Ferruccio Dec 18 '08 at 18:24
show 3 more comments
vote up 1 vote down

Design Patterns: Elements of Reusable Object-Oriented Software, by the GoF

link|flag
vote up 119 vote down

The Pragmatic Programmer

It made me think that programming is a craft, not just a job and should be something that I am proud of at the end of the day.

cover image

link|flag
vote up 4 vote down

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

Code Complete by Steven McConnell 1993 version of Code Complete

I really should buy the updated version!

link|flag
show 2 more comments
vote up 1 vote down

Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig

link|flag
vote up 8 vote down

The Art of Unix Programming by Eric Raymond

link|flag
show 1 more comment
prev 1 4 5 6 7 8

Your Answer

Get an OpenID
or

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