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
show 4 more comments

219 Answers

prev 1 4 5 6 7 8 next
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

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

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

link|flag
vote up 0 vote down

Code Complete by Steve McConnell

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

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

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

For learning how to program: The C Programming Language by Kernigahan and Ritchie although that probably has more to do with my age. For changing my worldview with respect to developing software: Agile Software Development by Alistair Cockburn and Extreme Programming Explained by Kent Beck. More recently books on Test Driven Development.

link|flag
vote up 0 vote down

The Pragmatic Programmer is the best book I've read in years. I've read most of the other books mentioned in the answers here, but The PP (hereafter) steps back from specific languages and technologies, and focuses on practices that will make you more effective, regardless of technologies you're using now, or may encounter later on.

In that sense it's similar to (say) Design Patterns, in that it's agnostic with respect to your language etc. However it goes further into software development practices and looks at how you should be designing / writing / testing etc. I reference and recommend it in conversations with every client I deal with.

link|flag
vote up 0 vote down

I hate to be a suck-up, but I'm new to this profession and for me the most influential book so far has been More Joel on Software.

link|flag
vote up 0 vote down
  • Expert C Programming : Deep C Secrets - amazon
  • The C Programming Language - amazon
  • The C Puzzle Book - amazon
link|flag
vote up 0 vote down

Refactoring, Chapter 3. This will teach an intermediate/advanced programmer more about OOD than any other source I've seen.

Design patterns is good for a beginner, but by the time you are intermediate/advanced, you should be using these all anyway--so I always thought the best thing about the design patterns book was providing names so that we could discuss the things we already did.

link|flag
vote up 0 vote down

Code Complete Second Edition. Hands down opened my eyes to how development should go.

link|flag
vote up 0 vote down

A collection it was, and stunning. Edsger Dijkstra's (with some help from C.A.R. Hoare) little black book Structured Programming and particlarly the essay titled "On Our Inability To Do Much".

link|flag
vote up 0 vote down

My high school math teacher lent me a copy of http://www.amazon.com/Are-Your-Lights-Figure-Problem/dp/0932633161 that I have re-read many times. It has been invaluable, as a developer, and in life generally.

link|flag
vote up 0 vote down

It is not a book, seriously it was a blog www.codinghorror.com that introduced me to the world of good book and ideas

link|flag
vote up 0 vote down

Object Oriented Analysis and Design - by Grady Booch

link|flag
vote up 0 vote down

One of Andre La Mothe's game programming books from the mid 90's got me hooked to programming. I don't remember the original English name of the book.

link|flag
vote up 0 vote down

The C++ Series of programming books by Deitel and Deitel

link|flag
vote up 0 vote down

"Thinking in C++" by Bruce Eckel

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.