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
1  
Duplicate of stackoverflow.com/questions/1711 – Huppie Sep 16 '08 at 14:24
show 4 more comments

219 Answers

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

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Head First Design Patterns. Still love it

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

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

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

Code Complete by Steve McConnell

link|flag
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 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 11 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 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 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

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

link|flag
vote up 2 vote down

While not strictly a software development book, I would highly recommend that Don't Make me Think! be considered in this list.

link|flag
vote up 0 vote down
  • Code Complete
  • Pragmatic Programmer
  • Refactoring by Martin Fowler
  • Mythical Man Month
link|flag
vote up 0 vote down

Two: Programming Perl by Larry Wall and Agile Web Development with Rails, by Dave Thomas and DHH

I got complex data structures reading the section on Hash of Hashes in the "camel book", and finally saw MVC as something useful with Rails, learned by reading the Rails book.

link|flag
vote up 0 vote down

I enjoy the "blog Book" -- The Best Software Writing - by Joel Spoksky

link|flag
vote up 0 vote down

I'm going to cheat and answer with a short list:

  1. The C Programming Language, 1ed (Kernigan & Ritchie)
  2. Large Scale C++ Design (Lakos)
  3. Mr Bunny's Guide to ActiveX (Egremont III)
link|flag
vote up 3 vote down

The Pragmatic Programmer...less about the technical details that Code Complete covers well, and more about thinking at a higher level about programming.

PP and CC, and the Mythical Man-Month should be on everyone's shelves. But they should read them before they put them on the shelf. Just saying.

link|flag
vote up 1 vote down

Software Tools by Brian W. Kernighan and P. J. Plauger by a wide margin had the most effect on me.

link|flag
vote up 13 vote down

Domain Driven Design by Eric Evans

link|flag
vote up 11 vote down

The Art of Computer Programming vol I, by D. Knuth

link|flag
1  
I think that the other books of the series are much underappreciated. They might be hard to read but worth a look. – akr Sep 18 '08 at 11:20
show 1 more comment
vote up 1 vote down

Inside the C++ Object Model by Stan Lippman. It made C++ finally "click" for me, before it was all "magic". This book gave me a different frame of mind when approaching a new programming language.

link|flag
vote up 0 vote down

Practical C Programming by Steve Oualline, if for no other reason than that it was the first programming book that I read cover to cover, then started over with again. I might've gotten into programming eventually anyway, but it definitely kickstarted what has since become a life long interest, matter of study and career.

link|flag
vote up 1 vote down

Literate Programming by Donald Knuth, it's a great book on code structure.

link|flag
vote up 0 vote down

The Unix Programming Environment by Kernighan and Pike.

The Unix Programming Environment

More than any other book, it taught me the benefits in building small, easily-tested tools that can be combined to do big things.

link|flag
vote up 2 vote down

Working effectively with legacy code

and

Refactoring to Patterns

link|flag
vote up 0 vote down

Object-Oriented Software Construction by Bertrand Meyer

link|flag
vote up 0 vote down

The user's manual for Robert Uiterwyk's BASIC for the SWTPC 6800. This was in high school in 1976. (You youngsters have no idea...)

http://www.swtpc.com/mholley/BASIC_2/Uiterwyk.htm

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.