vote up 71 vote down star
103

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 2 3 4 5 8 next
vote up 2 vote down

Object-Oriented Software Construction by Bertrand Meyer

link|flag
vote up 0 vote down

Close call: Extreme Programming Explained, Kent Beck, or Refactoring, Martin Fowler.

link|flag
vote up 0 vote down

Another vote here for Head First Design Patterns

link|flag
vote up 0 vote down

The Mythical Man-Month here as well. Despite being an old book, a lot of the stuff in there is still true and only new development methods like agile, xp, tdd may change some of this finally. It explains in detail why adding new developers to a late project will make the project even later. It will not improve your coding skills, but after being a developer for a few years, this will open your eyes for sure and explain a lot of the problems you have faced before.

link|flag
vote up 0 vote down

Thinking in Java (Patterns) , Bruce Eckel

link|flag
vote up 0 vote down

Professional Excel Development This book showed how to make high quality applications within one of the most ubiquitous programming platforms available.

link|flag
vote up 31 vote down

Godel, Escher, Bach: An Eternal Golden Braid (A Metaphorical Fugue on Minds and Machines in the Spirit of Lewis Carroll) by Douglas Hofstadter.

OK, this isn't a programming book, but it was a big influence on me in my career as a software engineer. When I first read it way back when it got me excited about math, algorithms, and abstract thinking. Before reading this I had been toying with going back to school to finish my degree. By chance I stumbled upon this book while browsing in a book store. After reading this I knew I wanted to learn more and enrolled, finished my degree, and have been gainfully employed writing various kinds of code ever since.

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

Looking for a real development book, I think Design Patterns (the Gang of four book) opened my eyes most. I started to get interested in TDD, reading about XP and Unit Testing. This changed my focus and interest in Software Development forever.

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

Effective C++ by Scott Meyers. It's an oldie, but by far the best book on coding I've ever read.

Effective C++ by Scott Meyers

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

Mine is Test Driven Development by Example

link|flag
vote up 1 vote down

The Pragmatic Programmer

link|flag
vote up 10 vote down

Many of the books already mentioned opened my eyes and influenced me, but a book every programmer should read is Test-Driven Development by Example. It really showed me the importance of unit tests and TDD and got me started very quick.

link|flag
vote up 0 vote down

Programming Perl by Larry Wall

link|flag
vote up 5 vote down

Modern c++ Design.

by Andrei Alexandrescu

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

Cocoa Programming for Mac OS X by Aaron Hillegass

link|flag
vote up 1 vote down

It's a toss up between Head First Design Patterns, for many of the reasons cited above, and Perl Testing: A Developer's Notebook, which should be one of the bibles for any Perl programmer wanting to write maintainable code.

link|flag
vote up 0 vote down

The Pragmatic Programmer, probably.

link|flag
vote up 2 vote down

This will probably date me, but the "dragon book" on compilers. It was from the depths of groking that book that I started my first real project, and launched my career.

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

Pragmatic Unit Testing in C# with NUnit by by Andy Hunt and Dave Thomas with Matt Hargett. It made me really understand unit testing and that affects my code in so many ways. It pushed me towards becoming better at understanding Object Orientation.

link|flag
vote up 3 vote down

This one started me off into true OOA&D.

Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development - Craig Larman

These would be up there as well:

  • Patterns in Enterprise Application Architecture - Fowler
  • Domain-Driven Design - Eric Evans
link|flag
vote up 0 vote down

PHP objects, patterns and practice. http://www.apress.com/book/view/9781590599099

link|flag
vote up 0 vote down

McConnell's Code Commplete Zeldman's Designing With Web Standards

link|flag
vote up 0 vote down

'How to be a Programmer: A Short, Comprehensive, and Personal Summary' by Robert L Read

Not exactly a book but an essay, but this one was definitely an inspiration for me when I got into coding. Loved the notion of entering a tribe. Worth a read.

link|flag
vote up 35 vote down

As a team lead, PeopleWare was invaluable on helping my fellow developers.

alt text

link|flag
vote up 1 vote down

Development books:

  • K&R, naturally
  • Apple Machine Language (for the Apple II/IIe)
  • the Macintosh Programming reference library (MacOS 6-8)
  • *NIX Network Programming/Advanced *NIX Programming
  • TCP/IP Illustrated vol 1-3
  • The early O'Reilly library (early-mid '90s)

Non-development:

  • Wargames
link|flag
vote up 1 vote down

Win32 Programming by Charles Petzold

link|flag
vote up 4 vote down

Rapid Development by McConnell

link|flag
vote up 0 vote down

Code Complete

link|flag
vote up 0 vote down

Second for Domain Driven Design
Second for Design Patterns: Elements of Reusable Object-Oriented Software, by the GoF

link|flag
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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