vote up 72 vote down star
106

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

For me "Memory as a programming concept in C and C++" really opened my eyes to how memory management really works. If you're a C or C++ developer I consider it a must read. You will defiantly learn something or remember things you might have forgotten along the way.

http://www.amazon.com/Memory-Programming-Concept-C/dp/0521520436

link|flag
vote up 0 vote down

Effective Java by Joshua Bloch

link|flag
vote up 0 vote down

Fowlers Patterns of Enterprise Application Architecture. Code Complete was a good read but it simply confirmed my thought and practices rather than taught me a lot new material. It's a great book to give someone who needs a clue.

link|flag
vote up 0 vote down

The Pragmatic programmer was pretty good. However one that really made an impact when I was starting out was :

Windows 95 System Programming Secrets"

I know - it sounds and looks a bit cheesy on the outside and has probably dated a bit - but this was an awesome explanation of the internals of Win95 based on the Authors (Matt Pietrek) investigations using his own own tools - the code for which came with the book. Bear in mind this was before the whole open source thing and Microsoft was still pretty cagey about releasing documentation of internals - let alone source. There was some quote in there like "If you are working through some problem and hit some sticking point then you need to stop and really look deeply into that piece and really understand how it works". I've found this to be pretty good advice - particularly these days when you often have the source for a library and can go take a look. Its also inspired me to enjoy diving into the internals of how systems work, something that has proven invaluable over the course of my career.

Oh and I'd also throw in effective .net - great internals explanation of .Net from Don Box.

link|flag
vote up 0 vote down

SAP ABAP programming? "Teach Yourself ABAP in 21 Days" is the best book!

It contains no clever tricks or wizardry, but after 3 years, I never came upon a more comprehensive book

link|flag
vote up 0 vote down

Schaum's Outline of Programming with C++ by John R Hubbard.

This was the first programming book I read, when I started out with C++. It was gifted to me by someone who saw my interest in programming. The book is very good for beginners - it started from the elementary concepts, went up to templates and vectors. The examples given were pretty relevant. The book made you ponder and ask more questions, and try out things for yourself.

link|flag
vote up 0 vote down

Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans

link|flag
vote up 0 vote down

Code Complete because it was about the things that are most relevant when writing good code. It got an extra bonus when I realized none of those things was ever mentioned by my CS professors

link|flag
vote up 0 vote down

In recent years it has been 'The C++ Standard Library' by 'Nicolai M. Josuttis'. It's my bible.

alt text

link|flag
vote up 0 vote down
1) Programming .Net Components by Juval- "i am able to build a software architecture that has been used by the company since 2004 until now."
2) Code Complete - "its like looking into mirror every time i read it." 
3) Coder to Developer by Mike Gunderloy 
4) Joel on Software 
link|flag
vote up 0 vote down

The first book that made a real impact on me was Mastering Turbo Assembler by Tom Swan.

Other books that have had an impact was Just For Fun by Linus Torvalds and David Diamond and of course The Pragmatic Programmer by Andrew Hunt and David Thomas.

link|flag
vote up 0 vote down

Without a doubt GoF's Design Patterns mainly due to the fact that I discovered that I had in fact chosen to solve particular problems using two of the patterns mentioned without knowing about the patterns before.

link|flag
vote up 0 vote down

"Basic für Kleincomputer", Robotron Verlag

link|flag
vote up 0 vote down

Tom Swan's books.

link|flag
vote up 0 vote down

Advanced MS-DOS by Ray Duncan.

link|flag
vote up 0 vote down

Probably "C for Dummies" vol 1, back in 1997 or so. Just an introduction really, but it was a good read after having picked up the taste for programming in GFA Basic on the Atari ST. The Coronado C tutorial around the same time helped too.

link|flag
vote up 0 vote down

Michael Abrash The Zen of Assembly Language

link|flag
vote up 0 vote down

Applying UML and Design Patterns.

It helped design patterns to click with me, and provided a justification for UML that made sense to me in the phrasing 'UML as Sketch'. Namely that UML should be used as a brief sketch of the system that has the additional benefit of you not having to explain the notation to others (they either already know UML or you give them a UML book to read)

link|flag
vote up 0 vote down

+1 for Code Complete.

link|flag
vote up 0 vote down

Keep in mind that I'm not a designer, but Tom Peter's "design" has really stuck with me. While it doesn't deal with coding, or development per se, the book is a fantastic read for anyone in the development field.

link|flag
vote up 0 vote down

Scrum and XP from the Trenches

link|flag
vote up 0 vote down

I am surprised there is no mention yet of this book: "Starting Forth", by Leo Brodie. After all Forth, being a stack-based language, should fit the audience on this site...

Admittedly, Forth is a weird language and not very popular these days. But this book is a joy to read. And it has cartoons! The book, as well as Brodie's other book, "Thinking Forth", are both available free on the web.

[http://home.iae.nl/users/mhx/sf.html][1] [http://thinking-forth.sourceforge.net/][2]

[1]: "Starting Forth" home page [2]: "Thinking Forth" home page

link|flag
vote up 0 vote down

As a self taught programmer without any formal college classes, Code Complete (Vols. 1 and 2) and Rapid Development both made me think about the software development process in new ways. They solidified some ideas I had learned by trail and error, and provided new insights.

Steve MConnell's writing style is one of the most entertaining out there when it comes to programming books.

link|flag
vote up 0 vote down

My job went to India

link|flag
vote up 0 vote down

Fortran IV with Watfor and Watfiv by Cress, Dirkson and Graham.

This book taught me my first programming language that I programmed onto punch cards at the time. After 3 years, the book was all tatters because I had used it so much.

alt text

Fortran was a great language! It had a super optimizer and produced very fast code. It is still very popular in Great Britain and FTN95 is now a very full-featured and capable compiler. I sometimes wish I could have continued to use it, but Delphi is a more than adequate replacement.

link|flag
vote up 0 vote down

Object-Oriented Programming in Turbo C++. Not super popular, but it was the one that got me started, and was the first book that really helped me grok what an object was. Read this one waaaay back in high school. It sort of brings a tear to my eye...

link|flag
vote up 0 vote down

Even though i've never programmed a game this book helped me understand a lot of things in a fun way.

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
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.