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

C++ How to Program, was very good for me as my first programing book.

link|flag
vote up 1 vote down

Learning C# 2005, by Jesse Liberty & Brian MacDonald (O'Reilly).

ISBN 10: 0-596-10209-7.

When I first made the jump from ASP classic procedural code to object-oriented C# code in VS2005, this book set me on the right path.

link|flag
vote up 0 vote down

Mine was The C Programming Language--the original "K&R" book. What fierce simplicity!

Very recently, I'm getting a lot out of Kent Beck's work.

link|flag
vote up 12 vote down

Kernighan and Richie's "The C Programming Language" - The only C book you'll ever need.

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

Programing Pearls by Jon Bentley, a collection of essays that originally appeared Communications of the ACM

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

The Little Schemer. I've never learned as much about programming than from this book. Teaches you how to solve a problem by decomposing the problem into a step and recursively applying it.

link|flag
vote up 0 vote down

Code Complete by Steve McConnell

link|flag
vote up 2 vote down

"The Design and Evolution of C++" by Bjarne Stroustrup

Besides giving much background on C++, it is also a lengthy study on the trade-offs and design concerns involved in a large scale program.

BN.com

link|flag
vote up 0 vote down

In terms of income - Petzold's Programming Win95
In terms of career - Pragmatic Programmer

link|flag
vote up 5 vote down

About Face - The Essentials of Interaction Design (now in third edition)

This book opened my eyes to a very different viewpoint of development, focused on the interactions of the end user. It also helped me realize that creating great software is about more than just patterns and architecture, it's about helping people achieve their goals.

link|flag
vote up 0 vote down

Head First Design Patterns. Still love it

link|flag
vote up 0 vote down

Beginning Visual C++ (5/6) by Ivor Horton

link|flag
vote up 1 vote down

The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan

link|flag
vote up 2 vote down

I suppose we could ask the same top rated question every couple of weeks and upmod all those who mention code complete or The Pragmatic Programmer.

Not that there is anythng wrong with it :-)

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

Code Complete

link|flag
vote up 4 vote down

Rapid Development by McConnell

link|flag
vote up 1 vote down

Win32 Programming by Charles Petzold

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

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

alt text

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

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

link|flag
vote up 0 vote down

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

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

The Pragmatic Programmer, probably.

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

Cocoa Programming for Mac OS X by Aaron Hillegass

link|flag
prev 1 4 5 6 7 8 next

Your Answer

Get an OpenID
or

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