vote up 73 vote down star
108

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

I bough this when I was a complete newbie and took me from only knowing that Java existed to a reliable team member in a short time

link|flag
vote up 1 vote down

Has to be Code Complete. I had the good fortune of buying as I started my first steps as a programmer. I learned so much from it I immediately re-read it. I firmly believe it transformed by skills in a short space of time.

I have recommended it to various junior programmers and university students but sadly my advice always seems to fall on deaf ears. shame really its just so packed with lessons learned from practical experience. It really is a treasure trove of great advice.

link|flag
vote up -3 vote down

Another Code Complete fan here!

link|flag
1  
You could express "me, too!" by simply voting up stackoverflow.com/questions/72406/…, instead of adding a duplicate answer – Jonik May 3 at 13:07
vote up 1 vote down

Three books come to mind for me.

  • The Art of Unix Programming by Eric S. Raymond.
  • The Wizardry Compiled by Rick Cook.
  • The Art of Computer Programming by Donald Knuth.

I also love the writing of Paul Graham.

link|flag
vote up 0 vote down

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

Beginning Visual C++

When I first started programming in a OOP languages, I found this book not only to be a comprehensive book about C++ and MFC, it was also has one of the best explanations of Object Oriented concepts I've seen.

When I talk to developers who are just starting out programming in an object oriented language, I tell them to read this book.

link|flag
vote up 0 vote down

Peter Norton's Assembly Language Book for the IBM PC

alt text

I had spent countless nights in front of the pc (DOS), exploring unknown worlds :-D

link|flag
vote up 0 vote down

Domain Driven Design By Eric Evans is a wonderful book!

link|flag
vote up 0 vote down

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

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

hackers, by Steven Levy.

The personality and way of life must come first. Everything else can be learned.

link|flag
vote up 0 vote down

Clean Code - Robert C. Martin

link|flag
vote up 0 vote down

Advanced Programming in the UNIX environment - W. Richard Stevens

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.