vote up 72 vote down star
105

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
3  
Duplicate of stackoverflow.com/questions/1711 – Huppie Sep 16 '08 at 14:24
1  
This question should really be closed ... as it is a duplicate. – mattruma Sep 16 '08 at 15:23
show 3 more comments

223 Answers

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

Code Complete by Steve McConnell

link|flag
vote up 2 vote down

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

Code Complete, Second Edition

www.amazon.com

link|flag
vote up 1 vote down

Modern C++ Design by Andrei Alexandrescu

link|flag
vote up 2 vote down

Code Complete 2

Design Patterns in C#

link|flag
vote up 49 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
2  
Is that the real cover? Are programmers really that desperate? – MusiGenesis Sep 10 at 15:13
2  
That's the real cover, and the exact same picture of that girl is also used in a vagisil advertisement as seen here fishbowl.pastiche.org/2005/08/… – Graphics Noob Nov 26 at 5:35
show 2 more comments
vote up 1 vote down

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

link|flag
vote up 129 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 5 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
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.