What development book made the most impact on you as a developer? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T16:47:33Z http://stackoverflow.com/feeds/question/72406 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer 69 What development book made the most impact on you as a developer? Chris Canal 2008-09-16T13:48:48Z 2009-11-06T21:42:33Z <p>For me, <a href="http://oreilly.com/catalog/9780596007126/" rel="nofollow">Head First Design Patterns</a> 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.</p> <p>What book really made an impact of how you work as a developer?</p> <p>Note: <strong>One book per answer</strong>; upvote any you agree with ;o)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72412#72412 154 Answer by Kevin for What development book made the most impact on you as a developer? Kevin 2008-09-16T13:50:06Z 2008-10-04T00:12:08Z <p><a href="http://www.cc2e.com/" rel="nofollow">Code Complete</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72425#72425 8 Answer by metadave for What development book made the most impact on you as a developer? metadave 2008-09-16T13:50:31Z 2008-09-16T13:50:31Z <p>The Art of Unix Programming by Eric Raymond</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72432#72432 1 Answer by Michiel Borkent for What development book made the most impact on you as a developer? Michiel Borkent 2008-09-16T13:51:00Z 2008-09-16T13:51:00Z <p><a href="http://norvig.com/paip.html" rel="nofollow">Paradigms of Artificial Intelligence Programming</a>: Case Studies in Common Lisp by Peter Norvig</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72437#72437 5 Answer by John Sibly for What development book made the most impact on you as a developer? John Sibly 2008-09-16T13:51:15Z 2008-09-16T13:51:15Z <p>Code Complete by Steven McConnell <a href="http://rads.stackoverflow.com/amzn/click/1556154844" rel="nofollow">1993 version of Code Complete</a></p> <p>I really should buy the updated version!</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72439#72439 37 Answer by technoxicated for What development book made the most impact on you as a developer? technoxicated 2008-09-16T13:51:22Z 2009-08-05T20:50:09Z <p><a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">The C Programming Language, Second Edition</a></p> <p><img src="https://images-na.ssl-images-amazon.com/images/I/41jZJq0HMcL.%5FSL75%5F.jpg" alt="The C Programming Language, Second Edition" /></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72440#72440 4 Answer by PintSizedCat for What development book made the most impact on you as a developer? PintSizedCat 2008-09-16T13:51:34Z 2008-09-16T13:51:34Z <p>It's not strictly a development book and I believe that I've mentioned it in another answer somewhere but it's a book I really believe all developers should read, from php to Java to assembly developers.</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0735611319" rel="nofollow">Code</a></p> <p>It really brings together what's under the hood in a computer, why memory shouldn't be wasted and some of the more interesting parts of the history of computing. It's an introduction to the computer and what it is. It gave me my ultimate passion for low level programming and helped me understand pointers and memory more than any other computer.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72472#72472 119 Answer by roo for What development book made the most impact on you as a developer? roo 2008-09-16T13:53:06Z 2009-04-27T14:36:58Z <p><a href="http://www.pragprog.com/the-pragmatic-programmer" rel="nofollow">The Pragmatic Programmer</a></p> <p>It made me think that programming is a craft, not just a job and should be something that I am proud of at the end of the day.</p> <p><img src="http://assets1.pragprog.com/images/covers/190x228/tpp.jpg?1236205216" alt="cover image" /></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72481#72481 1 Answer by Alexandre Brasil for What development book made the most impact on you as a developer? Alexandre Brasil 2008-09-16T13:53:42Z 2008-09-16T13:53:42Z <p>Design Patterns: Elements of Reusable Object-Oriented Software, by the GoF</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72484#72484 47 Answer by Martin for What development book made the most impact on you as a developer? Martin 2008-09-16T13:53:46Z 2009-07-27T18:32:13Z <p><img src="http://oreilly.com/catalog/covers/9780596007126%5Fcat.gif" alt="alt text" /></p> <p><a href="http://oreilly.com/catalog/9780596007126/" rel="nofollow">Head First Design Patterns</a> as well. Not the best book I have read, but it was fun to read and since then I started reading more general books about programming instead of the usual "XY Programming Language in 21 days".</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72487#72487 2 Answer by Greg Ogle for What development book made the most impact on you as a developer? Greg Ogle 2008-09-16T13:54:03Z 2008-09-16T13:54:03Z <p>Code Complete 2</p> <p>Design Patterns in C#</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72490#72490 1 Answer by Ferruccio for What development book made the most impact on you as a developer? Ferruccio 2008-09-16T13:54:14Z 2008-09-16T13:54:14Z <p>Modern C++ Design by Andrei Alexandrescu</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72494#72494 2 Answer by jdmichal for What development book made the most impact on you as a developer? jdmichal 2008-09-16T13:54:28Z 2008-09-16T13:54:28Z <p>Code Complete, Second Edition</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow" title="www.amazon.com">www.amazon.com</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72505#72505 2 Answer by Brian G for What development book made the most impact on you as a developer? Brian G 2008-09-16T13:55:06Z 2008-09-16T13:55:06Z <p>I think code complete is going to be a hugely popular one for this question, for me it corrected many of my bad habits and re-affirmed my good practices.</p> <p>Also for my Perl background I really like Perl Best Practices from Damian Conway. Perl can be a nasty language if you don't use style and best practices, which is what I was seeing in the scripts I was reading ( and sometimes writing ) .</p> <p>I like the Head First Series, they are quite good and easy to read when your are not in the mood for more serious style books.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72519#72519 1 Answer by unknown (yahoo) for What development book made the most impact on you as a developer? unknown (yahoo) 2008-09-16T13:56:11Z 2008-09-16T13:56:11Z <p>Code Complete by Steve McConnell</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72534#72534 29 Answer by Ian Nelson for What development book made the most impact on you as a developer? Ian Nelson 2008-09-16T13:57:21Z 2009-01-30T15:03:22Z <p><a href="http://rads.stackoverflow.com/amzn/click/0131177052" rel="nofollow">Working Effectively with Legacy Code by Michael C. Feathers</a>.</p> <p><img src="http://ecx.images-amazon.com/images/I/51TG9F1B8AL._SL500_AA240_.jpg" alt="alt text" /></p> <p>The title doesn't do justice to how useful this book is in learning how to better structure software.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72539#72539 1 Answer by Aston for What development book made the most impact on you as a developer? Aston 2008-09-16T13:58:12Z 2008-09-16T13:58:12Z <p>Code Complete followed closely by Head First Design Patterns</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72551#72551 1 Answer by borkbohedron for What development book made the most impact on you as a developer? borkbohedron 2008-09-16T13:59:43Z 2008-09-16T13:59:43Z <p>Writing Solid Code by Steve Maguire.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72554#72554 17 Answer by Jon for What development book made the most impact on you as a developer? Jon 2008-09-16T13:59:52Z 2008-09-16T13:59:52Z <p><a href="http://www.bookpool.com/ss?qs=patterns+enterprise+architecture" rel="nofollow">Patterns of Enterprise Application Architecture</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72559#72559 12 Answer by John B for What development book made the most impact on you as a developer? John B 2008-09-16T14:00:06Z 2008-09-16T14:00:06Z <p>There are similar questions <a href="http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read">here</a> and <a href="http://stackoverflow.com/questions/559/what-books-would-you-recommend-for-a-beginning-software-developer">here</a>.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72570#72570 8 Answer by akr for What development book made the most impact on you as a developer? akr 2008-09-16T14:01:02Z 2008-09-16T14:01:02Z <p>Programming Pearls b Jon Benley (both books)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72572#72572 11 Answer by Keith Smith for What development book made the most impact on you as a developer? Keith Smith 2008-09-16T14:01:15Z 2008-09-16T14:01:15Z <p><em>Writing Solid Code</em>, by Steve Maguire. <em>Code Complete</em> is a close runner-up.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72578#72578 6 Answer by mattruma for What development book made the most impact on you as a developer? mattruma 2008-09-16T14:01:23Z 2008-09-16T14:01:23Z <p>This is very similar to this <a href="http://stackoverflow.com/questions/1711/">question</a>.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72585#72585 1 Answer by David Dibben for What development book made the most impact on you as a developer? David Dibben 2008-09-16T14:01:49Z 2008-09-16T14:01:49Z <p>"Object-Oriented Analysis and Design with Applications" by Grady Booch. I read this a long time ago and it showed me that there could be a methodology to developing Object Oriented Software. Since then many other books have had an impact on me but this one got me started.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72594#72594 0 Answer by Garth Gilmour for What development book made the most impact on you as a developer? Garth Gilmour 2008-09-16T14:02:17Z 2008-09-16T14:02:17Z <p>The <a href="http://rads.stackoverflow.com/amzn/click/1852335475" rel="nofollow">Interpretation of Object-Oriented Programming Languages</a> by Ian Craig</p> <p>Because it showed me how much more there was to OO than standard C++/Java idioms</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72611#72611 3 Answer by rikxik for What development book made the most impact on you as a developer? rikxik 2008-09-16T14:03:32Z 2008-09-16T14:03:32Z <p>Programming Perl (O'Reilly)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72630#72630 47 Answer by ptaylor for What development book made the most impact on you as a developer? ptaylor 2008-09-16T14:04:53Z 2009-04-27T14:40:28Z <p><a href="http://martinfowler.com/books.html#refactoring" rel="nofollow">Refactoring</a> by Martin Fowler</p> <p><img src="http://martinfowler.com/refactoringBook.gif" alt="cover image" /></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72636#72636 25 Answer by Jonathan Arkell for What development book made the most impact on you as a developer? Jonathan Arkell 2008-09-16T14:05:31Z 2008-09-16T18:57:28Z <p>The Structure and Interpretation of Computer Programs by s Harold Abelson and Gerald Jay Sussman, with Julie Sussman. It's available online for free, and there are even video lectures to go along with it.</p> <ul> <li>Website (with full text online): <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">http://mitpress.mit.edu/sicp/</a></li> <li>Video Lectures: <a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" rel="nofollow">http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/</a></li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72644#72644 58 Answer by Matt Rogish for What development book made the most impact on you as a developer? Matt Rogish 2008-09-16T14:06:00Z 2009-08-13T11:32:21Z <p><a href="http://en.wikipedia.org/wiki/The%5FMythical%5FMan-Month" rel="nofollow" title="The Mythical Man-Month">The Mythical Man-Month</a> is a great book; "no silver bullet", "second-system effect", "surgical teams", etc. all helped my development on a meta level. Sure, I couldn't code quick sort any better after reading, but I definitely made better programs.</p> <p><img src="http://upload.wikimedia.org/wikipedia/en/f/fd/Mythical%5Fman-month%5F%28book%5Fcover%29.jpg" alt="cover image" /></p> <p><hr /></p> <p><em>Comments by <a href="http://stackoverflow.com/users/50272/david-berger">David Berger</a></em>:<br /> Having started programming in the era of online tutorials, there weren't so many books per se that I would consider indispensable. But I also dropped into software development from the middle of nowhere in a company where all the developers were experienced and minded their own business, so I kind of missed a lot of the acculturation that people get with an academic program or a cohort of junior developers at a first job learning about team projects. The book is aimed rather abstractly at answering the questions "Why is large-scale software development so hard?" and "What can we do to make it more efficient?" I say rather abstractly, but truth be told there's a lot of history involved: it was a bit challenging for me to imagine what development was like in the '70s and '80s when the essays in this book were written.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72685#72685 15 Answer by SpacePenguin for What development book made the most impact on you as a developer? SpacePenguin 2008-09-16T14:10:53Z 2009-04-28T14:38:18Z <p>Effective Java by Joshua Bloch</p> <p><img src="http://jcranky.files.wordpress.com/2009/02/e-java.jpg" width="200"></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72689#72689 0 Answer by Yogesh AM for What development book made the most impact on you as a developer? Yogesh AM 2008-09-16T14:11:02Z 2008-09-16T14:11:02Z <p>Programming in C - K &amp; R</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72695#72695 2 Answer by unknown (yahoo) for What development book made the most impact on you as a developer? unknown (yahoo) 2008-09-16T14:11:34Z 2008-09-16T14:11:34Z <p>Object-Oriented Software Construction by Bertrand Meyer</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72705#72705 0 Answer by plindberg for What development book made the most impact on you as a developer? plindberg 2008-09-16T14:12:25Z 2008-09-16T14:12:25Z <p>Close call: Extreme Programming Explained, Kent Beck, or Refactoring, Martin Fowler.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72721#72721 0 Answer by Marc Gear for What development book made the most impact on you as a developer? Marc Gear 2008-09-16T14:13:08Z 2008-09-16T14:13:08Z <p>Another vote here for Head First Design Patterns</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72731#72731 0 Answer by FrankS for What development book made the most impact on you as a developer? FrankS 2008-09-16T14:13:57Z 2008-09-16T14:13:57Z <p><a href="http://en.wikipedia.org/wiki/The_Mythical_Man-Month/" rel="nofollow">The Mythical Man-Month</a> 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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72739#72739 0 Answer by paiNie for What development book made the most impact on you as a developer? paiNie 2008-09-16T14:14:55Z 2008-09-16T14:14:55Z <p>Thinking in Java (Patterns) , Bruce Eckel</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72762#72762 0 Answer by jonpeltier for What development book made the most impact on you as a developer? jonpeltier 2008-09-16T14:16:27Z 2008-09-16T14:16:27Z <p>Professional Excel Development This book showed how to make high quality applications within one of the most ubiquitous programming platforms available.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72771#72771 28 Answer by mxg for What development book made the most impact on you as a developer? mxg 2008-09-16T14:16:51Z 2008-09-16T14:16:51Z <p>Godel, Escher, Bach: An Eternal Golden Braid (A Metaphorical Fugue on Minds and Machines in the Spirit of Lewis Carroll) by Douglas Hofstadter.</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72784#72784 17 Answer by FrankS for What development book made the most impact on you as a developer? FrankS 2008-09-16T14:17:31Z 2009-07-27T19:24:52Z <p>Looking for a real development book, I think <a href="http://en.wikipedia.org/wiki/Design%5FPatterns%5F%28book%29" rel="nofollow">Design Patterns</a> (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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72810#72810 25 Answer by marc for What development book made the most impact on you as a developer? marc 2008-09-16T14:19:36Z 2009-08-05T20:46:10Z <p><a href="http://rads.stackoverflow.com/amzn/click/0321334876" rel="nofollow">Effective C++ by Scott Meyers</a>. It's an oldie, but by far the best book on coding I've ever read.</p> <p><img src="https://images-na.ssl-images-amazon.com/images/I/51WCFVFEB2L.%5FSL75%5F.jpg" alt="Effective C++ by Scott Meyers" /> </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72812#72812 0 Answer by jop for What development book made the most impact on you as a developer? jop 2008-09-16T14:19:42Z 2008-09-16T14:19:42Z <p>Mine is <a href="http://rads.stackoverflow.com/amzn/click/0321146530" rel="nofollow">Test Driven Development by Example</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72841#72841 1 Answer by TrickyNixon for What development book made the most impact on you as a developer? TrickyNixon 2008-09-16T14:22:29Z 2008-09-16T14:22:29Z <p>The Pragmatic Programmer</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72856#72856 9 Answer by Curro for What development book made the most impact on you as a developer? Curro 2008-09-16T14:24:27Z 2008-09-16T14:24:27Z <p>Many of the books already mentioned opened my eyes and influenced me, but a book every programmer should read is <a href="http://rads.stackoverflow.com/amzn/click/0321146530" rel="nofollow">Test-Driven Development by Example</a>. It really showed me the importance of unit tests and TDD and got me started very quick.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72863#72863 0 Answer by Jim Prince for What development book made the most impact on you as a developer? Jim Prince 2008-09-16T14:25:01Z 2008-09-16T14:25:01Z <p>Programming Perl by Larry Wall</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72870#72870 4 Answer by ugasoft for What development book made the most impact on you as a developer? ugasoft 2008-09-16T14:25:16Z 2008-09-16T14:25:16Z <p>Modern c++ Design.</p> <p>by Andrei Alexandrescu</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72876#72876 0 Answer by Jonathan for What development book made the most impact on you as a developer? Jonathan 2008-09-16T14:25:32Z 2008-09-16T14:25:32Z <p><a href="http://rads.stackoverflow.com/amzn/click/0321503619" rel="nofollow">Cocoa Programming</a> for Mac OS X by Aaron Hillegass</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72905#72905 1 Answer by Penfold for What development book made the most impact on you as a developer? Penfold 2008-09-16T14:28:03Z 2008-09-16T14:28:03Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72974#72974 7 Answer by Jay for What development book made the most impact on you as a developer? Jay 2008-09-16T14:33:42Z 2008-09-16T14:33:42Z <p>Effective C++ and More Effective C++ by Scott Myers. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73025#73025 0 Answer by Steven Rogers for What development book made the most impact on you as a developer? Steven Rogers 2008-09-16T14:37:15Z 2008-09-16T14:37:15Z <p>The Pragmatic Programmer, probably.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73034#73034 2 Answer by skamradt for What development book made the most impact on you as a developer? skamradt 2008-09-16T14:38:09Z 2008-09-16T14:38:09Z <p>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. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73035#73035 3 Answer by Microserf for What development book made the most impact on you as a developer? Microserf 2008-09-16T14:38:11Z 2008-09-16T14:38:11Z <p><a href="http://www.pragprog.com/titles/utc2/pragmatic-unit-testing-in-c-with-nunit" rel="nofollow">Pragmatic Unit Testing in C# with NUnit by by Andy Hunt and Dave Thomas with Matt Hargett</a>. 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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73057#73057 3 Answer by Christian D for What development book made the most impact on you as a developer? Christian D 2008-09-16T14:40:13Z 2008-09-16T14:40:13Z <p>This one started me off into true OOA&amp;D. </p> <p>Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development - Craig Larman</p> <p>These would be up there as well:</p> <ul> <li>Patterns in Enterprise Application Architecture - Fowler </li> <li>Domain-Driven Design - Eric Evans</li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73073#73073 0 Answer by Stuart for What development book made the most impact on you as a developer? Stuart 2008-09-16T14:41:23Z 2008-09-16T14:41:23Z <p>PHP objects, patterns and practice. <a href="http://www.apress.com/book/view/9781590599099" rel="nofollow">http://www.apress.com/book/view/9781590599099</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73091#73091 0 Answer by Wade for What development book made the most impact on you as a developer? Wade 2008-09-16T14:43:03Z 2008-09-16T14:43:03Z <p>McConnell's Code Commplete Zeldman's Designing With Web Standards</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73122#73122 0 Answer by Bjoern for What development book made the most impact on you as a developer? Bjoern 2008-09-16T14:46:03Z 2008-09-16T14:46:03Z <p><a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.html" rel="nofollow">'How to be a Programmer: A Short, Comprehensive, and Personal Summary'</a> by <em>Robert L Read</em></p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73196#73196 33 Answer by ColinYounger for What development book made the most impact on you as a developer? ColinYounger 2008-09-16T14:52:39Z 2008-09-16T14:52:39Z <p>As a team lead, <a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">PeopleWare</a> was invaluable on helping my fellow developers.</p> <p><img src="http://www.joelonsoftware.com/books/pictures/Peopleware.gif" alt="alt text" /></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73211#73211 1 Answer by randomlucidity for What development book made the most impact on you as a developer? randomlucidity 2008-09-16T14:53:45Z 2008-09-16T14:53:45Z <p>Development books:</p> <ul> <li>K&amp;R, naturally</li> <li>Apple Machine Language (for the Apple II/IIe)</li> <li>the Macintosh Programming reference library (MacOS 6-8)</li> <li>*NIX Network Programming/Advanced *NIX Programming</li> <li>TCP/IP Illustrated vol 1-3</li> <li>The early O'Reilly library (early-mid '90s)</li> </ul> <p>Non-development:</p> <ul> <li>Wargames</li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73228#73228 1 Answer by Bharani for What development book made the most impact on you as a developer? Bharani 2008-09-16T14:55:09Z 2008-09-16T14:55:09Z <p>Win32 Programming by Charles Petzold</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73235#73235 4 Answer by MattH for What development book made the most impact on you as a developer? MattH 2008-09-16T14:55:24Z 2008-09-16T14:55:24Z <p><a href="http://rads.stackoverflow.com/amzn/click/1556159005" rel="nofollow">Rapid Development</a> by McConnell</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73270#73270 0 Answer by rlathrop for What development book made the most impact on you as a developer? rlathrop 2008-09-16T14:58:28Z 2008-09-16T14:58:28Z <p>Code Complete</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73337#73337 0 Answer by ARKBAN for What development book made the most impact on you as a developer? ARKBAN 2008-09-16T15:04:48Z 2008-09-16T15:04:48Z <p>Second for <a href="http://rads.stackoverflow.com/amzn/click/0321125215" rel="nofollow">Domain Driven Design</a><br /> Second for <a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">Design Patterns: Elements of Reusable Object-Oriented Software</a>, by the GoF</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73376#73376 2 Answer by Pat for What development book made the most impact on you as a developer? Pat 2008-09-16T15:08:36Z 2008-09-16T15:08:36Z <p>I suppose we could ask the <a href="http://stackoverflow.com/questions/1711/">same top rated question</a> every couple of weeks and upmod all those who mention <a href="http://cc2e.com/" rel="nofollow">code complete</a> or <a href="http://www.pragprog.com/titles/tpp/the-pragmatic-programmer" rel="nofollow">The Pragmatic Programmer</a>. </p> <p>Not that there is anythng wrong with it :-)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73434#73434 1 Answer by Daniel Fisher lennybacon for What development book made the most impact on you as a developer? Daniel Fisher lennybacon 2008-09-16T15:16:01Z 2008-09-16T15:16:01Z <p>The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73494#73494 0 Answer by Quintin Robinson for What development book made the most impact on you as a developer? Quintin Robinson 2008-09-16T15:21:45Z 2008-09-16T15:21:45Z <p>Beginning Visual C++ (5/6) by Ivor Horton</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73500#73500 0 Answer by Robse for What development book made the most impact on you as a developer? Robse 2008-09-16T15:22:09Z 2008-09-16T15:22:09Z <p>Head First Design Patterns. Still love it</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73508#73508 5 Answer by JeremyDWill for What development book made the most impact on you as a developer? JeremyDWill 2008-09-16T15:22:45Z 2008-09-16T15:22:45Z <p><strong>About Face - The Essentials of Interaction Design</strong> (now in third edition)</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73523#73523 0 Answer by stephbu for What development book made the most impact on you as a developer? stephbu 2008-09-16T15:23:54Z 2008-09-16T15:23:54Z <p>In terms of income - Petzold's Programming Win95<br/> In terms of career - Pragmatic Programmer</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73623#73623 2 Answer by James Curran for What development book made the most impact on you as a developer? James Curran 2008-09-16T15:32:09Z 2008-09-16T15:32:09Z <p>"<em>The Design and Evolution of C++</em>" by Bjarne Stroustrup</p> <p>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.</p> <p><a href="http://search.barnesandnoble.com/The-Design-and-Evolution-of-C/Bjarne-Stroustrup/e/9780201543308/?itm=1" rel="nofollow">BN.com</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73626#73626 0 Answer by Kevin for What development book made the most impact on you as a developer? Kevin 2008-09-16T15:32:20Z 2008-09-16T15:32:20Z <p>Code Complete by Steve McConnell</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73641#73641 1 Answer by unknown (yahoo) for What development book made the most impact on you as a developer? unknown (yahoo) 2008-09-16T15:33:39Z 2008-09-16T15:33:39Z <p><a href="http://rads.stackoverflow.com/amzn/click/0262560992" rel="nofollow">The Little Schemer</a>. 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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73672#73672 3 Answer by Robert Gatliff for What development book made the most impact on you as a developer? Robert Gatliff 2008-09-16T15:36:35Z 2008-09-16T15:36:35Z <p><em>Programing Pearls</em> by Jon Bentley, a collection of essays that originally appeared <em>Communications of the ACM</em></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73692#73692 11 Answer by Mr. Matt for What development book made the most impact on you as a developer? Mr. Matt 2008-09-16T15:38:21Z 2008-09-16T15:38:21Z <p>Kernighan and Richie's "The C Programming Language" - The only C book you'll ever need.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73756#73756 0 Answer by catfood for What development book made the most impact on you as a developer? catfood 2008-09-16T15:44:13Z 2008-09-16T15:44:13Z <p>Mine was <em>The C Programming Language</em>--the original "K&amp;R" book. What fierce simplicity!</p> <p>Very recently, I'm getting a lot out of Kent Beck's work.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73778#73778 1 Answer by Kelly Adams for What development book made the most impact on you as a developer? Kelly Adams 2008-09-16T15:46:22Z 2008-09-16T15:46:22Z <p><strong>Learning C# 2005</strong>, by Jesse Liberty &amp; Brian MacDonald (O'Reilly).</p> <p>ISBN 10: 0-596-10209-7.</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73795#73795 0 Answer by Peter GA. for What development book made the most impact on you as a developer? Peter GA. 2008-09-16T15:48:00Z 2008-09-16T15:48:00Z <p>C++ How to Program, was very good for me as my first programing book.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73822#73822 2 Answer by Craig Hyatt for What development book made the most impact on you as a developer? Craig Hyatt 2008-09-16T15:50:14Z 2008-09-16T15:50:14Z <p>While not strictly a software development book, I would highly recommend that <a href="http://rads.stackoverflow.com/amzn/click/0321344758" rel="nofollow">Don't Make me Think!</a> be considered in this list.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73843#73843 0 Answer by renil for What development book made the most impact on you as a developer? renil 2008-09-16T15:51:34Z 2008-09-16T15:51:34Z <ul> <li>Code Complete </li> <li>Pragmatic Programmer</li> <li>Refactoring by Martin Fowler</li> <li>Mythical Man Month</li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73850#73850 0 Answer by Kevan Emmott for What development book made the most impact on you as a developer? Kevan Emmott 2008-09-16T15:52:23Z 2008-09-16T15:52:23Z <p>Two: <strong>Programming Perl</strong> by Larry Wall and <strong>Agile Web Development with Rails</strong>, by Dave Thomas and DHH</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73867#73867 0 Answer by dezwald for What development book made the most impact on you as a developer? dezwald 2008-09-16T15:53:18Z 2008-09-16T15:53:18Z <p>I enjoy the "blog Book" -- The Best Software Writing - by Joel Spoksky</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73871#73871 0 Answer by Seb Rose for What development book made the most impact on you as a developer? Seb Rose 2008-09-16T15:53:29Z 2008-09-16T15:53:29Z <p>I'm going to cheat and answer with a short list:</p> <ol> <li>The C Programming Language, 1ed (Kernigan &amp; Ritchie)</li> <li>Large Scale C++ Design (Lakos)</li> <li>Mr Bunny's Guide to ActiveX (Egremont III)</li> </ol> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73878#73878 3 Answer by JapeWisteria for What development book made the most impact on you as a developer? JapeWisteria 2008-09-16T15:54:54Z 2008-09-16T15:54:54Z <p>The Pragmatic Programmer...less about the technical details that Code Complete covers well, and more about thinking at a higher level about programming.</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73880#73880 1 Answer by Bryan Oakley for What development book made the most impact on you as a developer? Bryan Oakley 2008-09-16T15:55:16Z 2008-09-16T15:55:16Z <p>Software Tools by Brian W. Kernighan and P. J. Plauger by a wide margin had the most effect on me.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/73951#73951 13 Answer by jan.van.ryswyck for What development book made the most impact on you as a developer? jan.van.ryswyck 2008-09-16T16:01:43Z 2008-09-16T16:01:43Z <p>Domain Driven Design by Eric Evans</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74067#74067 11 Answer by Fabio Ceconello for What development book made the most impact on you as a developer? Fabio Ceconello 2008-09-16T16:11:53Z 2008-09-16T16:11:53Z <p>The Art of Computer Programming vol I, by D. Knuth</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74118#74118 1 Answer by guardi for What development book made the most impact on you as a developer? guardi 2008-09-16T16:15:44Z 2008-09-16T16:15:44Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74167#74167 0 Answer by Hank for What development book made the most impact on you as a developer? Hank 2008-09-16T16:20:09Z 2008-09-16T16:20:09Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74234#74234 1 Answer by agamotto for What development book made the most impact on you as a developer? agamotto 2008-09-16T16:27:22Z 2008-09-16T16:27:22Z <p>Literate Programming by Donald Knuth, it's a great book on code structure.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74245#74245 0 Answer by W. Craig Trader for What development book made the most impact on you as a developer? W. Craig Trader 2008-09-16T16:28:12Z 2008-09-16T16:28:12Z <p><a href="http://en.wikipedia.org/wiki/The_Unix_Programming_Environment" rel="nofollow">The Unix Programming Environment</a> by Kernighan and Pike. </p> <p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/4/43/English4.gif/180px-English4.gif" alt="The Unix Programming Environment" /></p> <p>More than any other book, it taught me the benefits in building small, easily-tested tools that can be combined to do big things. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74271#74271 2 Answer by jacko for What development book made the most impact on you as a developer? jacko 2008-09-16T16:33:00Z 2008-09-16T16:33:00Z <p>Working effectively with legacy code</p> <p>and</p> <p>Refactoring to Patterns</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74272#74272 0 Answer by unknown (yahoo) for What development book made the most impact on you as a developer? unknown (yahoo) 2008-09-16T16:33:01Z 2008-09-16T16:33:01Z <p>Object-Oriented Software Construction by Bertrand Meyer</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74309#74309 0 Answer by DarenW for What development book made the most impact on you as a developer? DarenW 2008-09-16T16:36:35Z 2008-09-16T16:36:35Z <p>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...)</p> <p><a href="http://www.swtpc.com/mholley/BASIC_2/Uiterwyk.htm" rel="nofollow">http://www.swtpc.com/mholley/BASIC_2/Uiterwyk.htm</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74310#74310 1 Answer by R Caloca for What development book made the most impact on you as a developer? R Caloca 2008-09-16T16:36:38Z 2008-09-16T16:36:38Z <p><strong>Expert C Programming: Deep C Secrets</strong> by <em>Peter Van Der Linden</em></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74325#74325 -3 Answer by Phunchak for What development book made the most impact on you as a developer? Phunchak 2008-09-16T16:38:34Z 2008-09-16T16:38:34Z <p>None! Books are old school, most info on the web is more current and relevant.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74344#74344 0 Answer by tvanfosson for What development book made the most impact on you as a developer? tvanfosson 2008-09-16T16:40:43Z 2008-09-16T16:40:43Z <p>For learning how to program: <em>The C Programming Language</em> by Kernigahan and Ritchie although that probably has more to do with my age. For changing my worldview with respect to developing software: <em>Agile Software Development</em> by Alistair Cockburn and <em>Extreme Programming Explained</em> by Kent Beck. More recently books on Test Driven Development.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74348#74348 1 Answer by Snibble for What development book made the most impact on you as a developer? Snibble 2008-09-16T16:40:58Z 2008-09-16T16:40:58Z <p>Working Effectively with Legacy Code by Feathers</p> <p>I actually ordered this book one afternoon because I saw it laying in the back seat of someone's car in the parking lot at lunch. The title grabbed me because I was, at the time, trying to figure out how to deal with making a lot of small modifications to a huge code base that had been developed a decade ago and "tweaked" numerous times by people long gone since then. "Working effectively with legacy code" seemed like exactly what I needed to figure out how to do...</p> <p>The book didn't disappoint.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74383#74383 0 Answer by Brian Agnew for What development book made the most impact on you as a developer? Brian Agnew 2008-09-16T16:44:15Z 2008-09-16T16:44:15Z <p><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a> 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.</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74407#74407 0 Answer by Tommy Herbert for What development book made the most impact on you as a developer? Tommy Herbert 2008-09-16T16:47:03Z 2008-09-16T16:47:03Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74423#74423 0 Answer by Drew Frezell for What development book made the most impact on you as a developer? Drew Frezell 2008-09-16T16:48:52Z 2008-09-16T16:48:52Z <ul> <li>Expert C Programming : Deep C Secrets - <a href="http://rads.stackoverflow.com/amzn/click/0131774298" rel="nofollow">amazon</a></li> <li>The C Programming Language - <a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">amazon</a></li> <li>The C Puzzle Book - <a href="http://rads.stackoverflow.com/amzn/click/0201604612" rel="nofollow">amazon</a></li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74424#74424 2 Answer by thvo for What development book made the most impact on you as a developer? thvo 2008-09-16T16:48:53Z 2008-09-16T16:48:53Z <p>Extreme Programming by Kent Beck</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74434#74434 0 Answer by Bill K for What development book made the most impact on you as a developer? Bill K 2008-09-16T16:49:47Z 2008-09-16T16:49:47Z <p>Refactoring, Chapter 3. This will teach an intermediate/advanced programmer more about OOD than any other source I've seen.</p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74524#74524 0 Answer by Nathan for What development book made the most impact on you as a developer? Nathan 2008-09-16T16:57:32Z 2008-09-16T16:57:32Z <p>Code Complete Second Edition. Hands down opened my eyes to how development should go.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74556#74556 0 Answer by pajato0 for What development book made the most impact on you as a developer? pajato0 2008-09-16T17:00:48Z 2008-09-16T17:00:48Z <p>A collection it was, and stunning. Edsger Dijkstra's (with some help from C.A.R. Hoare) little black book <a href="http://portal.acm.org/citation.cfm?id=1243380&amp;jmp=cit&amp;coll=portal&amp;dl=GUIDE&amp;CFID=://www.acm.org/publications/&amp;CFTOKEN=www.acm.org/publications/#CIT" rel="nofollow">Structured Programming</a> and particlarly the essay titled "On Our Inability To Do Much".</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74643#74643 0 Answer by Buzz for What development book made the most impact on you as a developer? Buzz 2008-09-16T17:10:51Z 2008-09-16T17:10:51Z <p>My high school math teacher lent me a copy of <a href="http://rads.stackoverflow.com/amzn/click/0932633161" rel="nofollow">http://www.amazon.com/Are-Your-Lights-Figure-Problem/dp/0932633161</a> that I have re-read many times. It has been invaluable, as a developer, and in life generally. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74656#74656 0 Answer by Azlam for What development book made the most impact on you as a developer? Azlam 2008-09-16T17:12:24Z 2008-09-16T17:12:24Z <p>It is not a book, seriously it was a blog www.codinghorror.com that introduced me to the world of good book and ideas</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74682#74682 1 Answer by DarenW for What development book made the most impact on you as a developer? DarenW 2008-09-16T17:14:17Z 2008-09-16T17:14:17Z <p>As with others, yes, Code Complete, Bertrand Myers, and so on, are part of my SW dev foundation today. but way back the very first programming "book" was more of a booklet on the Intel 8008. Mail ordered from an ad in an electronics magazine. This had all the opcodes, programmer's model of the chip architecture, etc. No guidance on structuring code, commenting, compiling or linking, algorithms or any of that high level stuff! Now, in my career, i have a deep understanding of register-level programming, bits, pixels, interrupt handlers and all that, but am relatively an idiot at databases, networks, GUI apps, large business systems.</p> <p>An interesting follow up question: has the way you started in programming been a benefit or hindrance to your career and an influence today, or was it so long ago it doesn't matter? What books helped you expand beyond your initial skills into broad new areas?</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74710#74710 2 Answer by TMarshall for What development book made the most impact on you as a developer? TMarshall 2008-09-16T17:17:39Z 2008-09-16T17:17:39Z <p>The question is, <em>"What book really made an impact of how you work as a developer?"</em> Without any doubt, <strong>Programming Windows with MFC</strong>, by Jeff Prosise, is the book that had the greatest impact on HOW I work as a developer. It did not teach me the fundamentals of "programming" but it opened the world of Windows platform development to me and many thousands of other developers.</p> <p>I had written a little Windows code previously in the "Petzold style" before MFC was developed. I quickly decided the Windows platform we just not worth the trouble as a developer. When Prosise came out with his MFC book, I realized (along with thousands of other non-Windows programmers) that I could create an easy to use interface that users would not just understand, but actually enjoy using. I devoured the book, making so many notes in it and turning down so many corners, I eventually bought a second copy. </p> <p>Prosise, Jeff. <em>Programming Windows with MFC 2nd Ed.</em> Microsoft Press 1999 ISBN: 1-57231-695-0</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74881#74881 1 Answer by Steve Lacey for What development book made the most impact on you as a developer? Steve Lacey 2008-09-16T17:36:38Z 2008-09-16T17:36:38Z <p>Most impact? K&amp;R C second edition when I read it at college. It's effectively what started my career.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74953#74953 1 Answer by Snibble for What development book made the most impact on you as a developer? Snibble 2008-09-16T17:42:11Z 2008-09-16T17:42:11Z <p>The Productive Programmer by Ford</p> <p>I'm not quite through this one yet, but I'm already thrilled by some of the tips/tricks I've picked up to become more...well...productive.</p> <p>Sure, there's plenty of the stuff we all already know (use the keyboard shortcuts, DRY, etc). But there's plenty of new stuff to go with it. And careful readers will quickly start to see how things can be combined for even greater effect.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/74983#74983 0 Answer by Vaibhav for What development book made the most impact on you as a developer? Vaibhav 2008-09-16T17:45:44Z 2008-09-16T17:45:44Z <p>Object Oriented Analysis and Design - by Grady Booch</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75000#75000 0 Answer by tazer02 for What development book made the most impact on you as a developer? tazer02 2008-09-16T17:47:31Z 2008-09-16T17:47:31Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75037#75037 0 Answer by Joe Morgan for What development book made the most impact on you as a developer? Joe Morgan 2008-09-16T17:51:30Z 2008-09-16T17:51:30Z <p>The C++ Series of programming books by Deitel and Deitel</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75058#75058 0 Answer by DavidGR for What development book made the most impact on you as a developer? DavidGR 2008-09-16T17:53:25Z 2008-09-16T17:53:25Z <p><strong>"Thinking in C++"</strong> by Bruce Eckel</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75219#75219 2 Answer by Mark Holtman for What development book made the most impact on you as a developer? Mark Holtman 2008-09-16T18:07:36Z 2008-09-16T18:07:36Z <p>Domain Driven Design by Eric Evans</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75220#75220 0 Answer by Joe Liversedge for What development book made the most impact on you as a developer? Joe Liversedge 2008-09-16T18:07:36Z 2008-09-16T18:07:36Z <p><a href="http://rads.stackoverflow.com/amzn/click/1558605703" rel="nofollow">Managing Gigabytes</a> is an instant classic for thinking about the heavy lifting of information.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75227#75227 0 Answer by fizch for What development book made the most impact on you as a developer? fizch 2008-09-16T18:08:12Z 2008-09-16T18:08:12Z <p>C# for Experienced Programmers</p> <p>or really anything from Dietel &amp; Dietel. I have read several of their books, and everything has been awesome.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75393#75393 0 Answer by Michael Easter for What development book made the most impact on you as a developer? Michael Easter 2008-09-16T18:22:48Z 2008-09-16T18:22:48Z <p>Years ago, Bruce Eckel's Thinking in C++ taught me a great deal about C++ but also the importance of isolating an issue to a small 'sandbox' for study/analysis. This technique has greatly impacted my career and routinely helps me troubleshoot problems both for myself and others.</p> <p>These days, I refer to Thinking in Java, which is written in the same style. Somehow, the style is beyond mere, simple 'examples' and profoundly gets at the heart of the issue.</p> <p>I am so grateful that I will buy virtually anything by Eckel, sight unseen.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75405#75405 0 Answer by Cubtastic for What development book made the most impact on you as a developer? Cubtastic 2008-09-16T18:23:52Z 2008-09-16T18:23:52Z <p>Design Patterns: Elements of Reusable Object-Oriented Software AKA the Gang of Four book!</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75436#75436 1 Answer by Justise for What development book made the most impact on you as a developer? Justise 2008-09-16T18:26:38Z 2008-09-16T18:26:38Z <p><img src="http://ecx.images-amazon.com/images/I/519J3P8ANML._SL500_AA240_.jpg"/></p> <p>Took my programing to a whole new level.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75499#75499 2 Answer by StubbornMule for What development book made the most impact on you as a developer? StubbornMule 2008-09-16T18:32:25Z 2008-09-16T18:32:25Z <p>The Mythical Man-Month required reading for any developer. The very fact it is as old as it is and still relevant makes it necessary reading.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75512#75512 3 Answer by Rimantas for What development book made the most impact on you as a developer? Rimantas 2008-09-16T18:34:41Z 2008-09-16T18:34:41Z <p>Actually the book that had a biggest influence on me is often not liked by the programmers: I am talking about Cooper's "Inmates are running the asylum". However this book forever changed the way I look and think about the things I am building. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75584#75584 0 Answer by EmmEff for What development book made the most impact on you as a developer? EmmEff 2008-09-16T18:41:53Z 2008-09-16T18:41:53Z <p>When I first started, there was "Mastering Turbo Pascal" by Tom Swan. There is nothing terribly profound about this book. It was clear and concise with usable examples. Based on this knowledge, I spawned a software development career now 15+ years in.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75587#75587 0 Answer by Mark for What development book made the most impact on you as a developer? Mark 2008-09-16T18:42:22Z 2008-09-16T18:42:22Z <p>C++ BlackBook. KISS all the way through</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75592#75592 1 Answer by aekeus for What development book made the most impact on you as a developer? aekeus 2008-09-16T18:42:30Z 2008-09-16T18:42:30Z <p><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">Structure and Interpretation of Computer Programs</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75602#75602 1 Answer by John Flinchbaugh for What development book made the most impact on you as a developer? John Flinchbaugh 2008-09-16T18:43:37Z 2008-09-16T18:43:37Z <p>GOF Design Patterns Fowler's Refactoring</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75669#75669 0 Answer by Tanj for What development book made the most impact on you as a developer? Tanj 2008-09-16T18:51:43Z 2008-09-16T18:51:43Z <p>So far it would be <a href="http://rads.stackoverflow.com/amzn/click/1590593898" rel="nofollow">Joel on Software</a> as it has guided me here (by finding his blog) and found many more good books to read.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75695#75695 0 Answer by Nate for What development book made the most impact on you as a developer? Nate 2008-09-16T18:55:39Z 2008-09-16T18:55:39Z <p>Donald Norman, 'The Design of Everyday Things'</p> <p>Not about programming, per se, but about how things in the world should <em>work</em> -- kind of the psychology of usability.</p> <p>It's been invaluable for me in designing both end-user interfaces and APIs.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75783#75783 0 Answer by Zartog for What development book made the most impact on you as a developer? Zartog 2008-09-16T19:04:12Z 2008-09-16T19:04:12Z <p>Mastering C++ from Tom Swan. It was the best kind of book, it had examples which were simple enough to teach concepts but useful enough to solve other problems. It was very readable, it was the first book I read when got to college, and it only needed to be read once.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75870#75870 0 Answer by RobT for What development book made the most impact on you as a developer? RobT 2008-09-16T19:12:08Z 2008-09-16T19:12:08Z <p>code complete</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/75932#75932 0 Answer by unknown (yahoo) for What development book made the most impact on you as a developer? unknown (yahoo) 2008-09-16T19:20:14Z 2008-09-16T19:20:14Z <p>Tenenbaum's first operating systems book. My first look at kernal level programming.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76000#76000 0 Answer by bcambel for What development book made the most impact on you as a developer? bcambel 2008-09-16T19:27:19Z 2008-09-16T19:27:19Z <p>The pragmatic programmer and Code Complete had the most impacts on my career</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76033#76033 2 Answer by Drakiula for What development book made the most impact on you as a developer? Drakiula 2008-09-16T19:30:49Z 2008-09-16T19:30:49Z <p>CLR via C#, by Jeffrey Richter</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76132#76132 0 Answer by Joe Corkery for What development book made the most impact on you as a developer? Joe Corkery 2008-09-16T19:41:58Z 2008-09-16T19:41:58Z <p>"Algorithms in C" (1st edition) by Sedgewick taught me all about algorithms as well as teaching me all about the pitfalls of documentation and copy/pasting code as all the example code in this version was taken from the "Algorithms in Pascal" version and were simply passed through a simple code translator which did not adjust for the different indexing schemes.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76186#76186 1 Answer by Craig Fisher for What development book made the most impact on you as a developer? Craig Fisher 2008-09-16T19:48:16Z 2008-12-22T13:14:35Z <p>Kernighan &amp; Ritchie's "<a href="http://rads.stackoverflow.com/amzn/click/0131101633" rel="nofollow">The C Programming Language</a>"</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76189#76189 0 Answer by Lucas for What development book made the most impact on you as a developer? Lucas 2008-09-16T19:48:27Z 2008-09-16T19:48:27Z <p>Head First Design Patterns and Code Complete</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76365#76365 0 Answer by Ryan Skarin for What development book made the most impact on you as a developer? Ryan Skarin 2008-09-16T20:07:28Z 2008-09-16T20:07:28Z <p>My all-time favorite was the C# Back Book, by Matthew Telles.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76394#76394 0 Answer by for What development book made the most impact on you as a developer? 2008-09-16T20:09:48Z 2008-09-16T20:09:48Z <p>Most of the books listed here are rather old, for example: The Mythical Man-Month (<em>1995</em>) Code Complete (<em>1993</em>) Effective C++ by Scott Meyers (<em>1998</em>)</p> <p>Isn't there any recent classic out there, let's say from 2007-2008 ?</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76398#76398 0 Answer by TheONE for What development book made the most impact on you as a developer? TheONE 2008-09-16T20:10:22Z 2008-09-16T20:10:22Z <p><a href="http://rads.stackoverflow.com/amzn/click/1400082471" rel="nofollow">Dreaming in Code</a> Has probably had the most profound impact in the last 6 months.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76530#76530 0 Answer by Roskoto for What development book made the most impact on you as a developer? Roskoto 2008-09-16T20:21:42Z 2008-09-16T20:21:42Z <p>"The C++ Programming Language" by Bjarne Stroustrup</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/76678#76678 3 Answer by Scott A. Lawrence for What development book made the most impact on you as a developer? Scott A. Lawrence 2008-09-16T20:32:08Z 2008-09-16T20:32:08Z <p><a href="http://rads.stackoverflow.com/amzn/click/078214327X" rel="nofollow">Coder to Developer</a>, by Mike Gunderloy.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77056#77056 0 Answer by groovilicious for What development book made the most impact on you as a developer? groovilicious 2008-09-16T21:03:09Z 2008-09-16T21:03:09Z <p>Head First Design Patterns here too</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77122#77122 0 Answer by eriklane for What development book made the most impact on you as a developer? eriklane 2008-09-16T21:08:41Z 2008-09-16T21:08:41Z <p>Head First Design Patterns +1</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77228#77228 0 Answer by Bob Moore for What development book made the most impact on you as a developer? Bob Moore 2008-09-16T21:17:05Z 2008-09-16T21:17:05Z <p>Actually, two books stand out. The first was Code Complete. Despite its age, this is still a very useful book, and the chapter on the dangers of premature optimisation is worth the price of the book on its own. </p> <p>The second one was The Psychology of Everyday Things (now called The Design of Everyday Things, I think), which changed the way I think about user interfaces when designing applications. It made me more user-focused.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77263#77263 0 Answer by tkrehbiel for What development book made the most impact on you as a developer? tkrehbiel 2008-09-16T21:22:05Z 2008-09-16T21:22:05Z <p>Amiga ROM Kernel Manuals :)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77306#77306 0 Answer by artur02 for What development book made the most impact on you as a developer? artur02 2008-09-16T21:26:01Z 2008-09-16T21:26:01Z <p>Code Complete 2</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77410#77410 0 Answer by rawicki for What development book made the most impact on you as a developer? rawicki 2008-09-16T21:38:26Z 2008-09-16T21:38:26Z <p>As a C++ programmer I liked Scott Meyer's but, despite of lesser production value of presented solutions, much bigger impact made "Modern C++ Design" by Andrei Alexandrescu. Very good book.</p> <p>As a theoretical cs hobbyist the most important for me were Don Knuth's books, especially Concrete Mathematics, which showed me a wide range of interesting tricks.</p> <p>Few days ago I finished reading Beautfiful Code (Andy Oram &amp; Greg Wilson) and I found many interesting ideas there.</p> <p>I looked in the bookstore at Head First series, metioned by posters before me and didn't like the series at all. I don't know why. The best book about patterns is, in my opinion, Design Patterns by the Gang of Four.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77599#77599 1 Answer by typicalrunt for What development book made the most impact on you as a developer? typicalrunt 2008-09-16T21:54:54Z 2008-09-16T21:54:54Z <p><em>The Art of Computer Programming</em> by Donald Knuth.</p> <p>I had to read this at University and I bitched and moaned, like everyone else. But by the end of the course I praised the book, simply for the fact that it shows you <strong>why</strong> you can't create inefficient loops (conditionals, etc) in code.</p> <p>On the lighter side, The Pragmatic Programmer is a close runner-up.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77655#77655 0 Answer by phreakre for What development book made the most impact on you as a developer? phreakre 2008-09-16T22:00:03Z 2008-09-16T22:00:03Z <p>Code Complete. I realize I am the 900th person to say it, but it deserves the statement.</p> <p>Additionally, The Art of Computer Programming might be a close second for me personally.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77687#77687 1 Answer by Giao for What development book made the most impact on you as a developer? Giao 2008-09-16T22:02:29Z 2008-09-16T22:02:29Z <p>The Practice of Programming</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77755#77755 2 Answer by Joe Skora for What development book made the most impact on you as a developer? Joe Skora 2008-09-16T22:07:30Z 2008-09-17T01:01:03Z <p><a href="http://rads.stackoverflow.com/amzn/click/0201657880" rel="nofollow" title="Programming Pearls">Programming Pearls</a> by Jon Bentley</p> <p><strong>There is nothing like writing your own quicksort implementation</strong> to get you thinking about datastructures and algorithms.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77820#77820 1 Answer by xpda for What development book made the most impact on you as a developer? xpda 2008-09-16T22:13:17Z 2008-09-16T22:13:17Z <p>The Art of Computer Programming, by Donald Knuth, especially volumes I and II. (Oops, is that two books?)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/77850#77850 0 Answer by gt124 for What development book made the most impact on you as a developer? gt124 2008-09-16T22:16:55Z 2008-09-16T22:16:55Z <p>Inside the c++ object model by Stanley Lippman <a href="http://rads.stackoverflow.com/amzn/click/0201834545" rel="nofollow">http://www.amazon.com/Inside-Object-Model-Stanley-Lippman/dp/0201834545</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/78079#78079 0 Answer by Blue Thumb for What development book made the most impact on you as a developer? Blue Thumb 2008-09-16T22:45:45Z 2008-09-16T22:45:45Z <p>Read the faq: Avoid asking questions that are subjective</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/78751#78751 0 Answer by Gustavo Rubio for What development book made the most impact on you as a developer? Gustavo Rubio 2008-09-17T00:52:31Z 2008-09-17T00:52:31Z <p><a href="http://openbookproject.net/thinkCSpy/index.xhtml" rel="nofollow">How to think like a computer scientist: learning with python</a></p> <p>May not be the most advanced book on the world but it made me understand programming concepts that I couldn't, especially object oriented topics.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/78853#78853 1 Answer by moran for What development book made the most impact on you as a developer? moran 2008-09-17T01:11:22Z 2008-09-17T01:11:22Z <p>This might not count as a "development book" but I have to throw it in anyway: Hackers by Stephen Levy. I found that it spoke to the emotional side of programming.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79095#79095 0 Answer by Dennis Ferron for What development book made the most impact on you as a developer? Dennis Ferron 2008-09-17T01:53:01Z 2008-09-17T01:53:01Z <p><a href="http://rads.stackoverflow.com/amzn/click/1556155514" rel="nofollow">"Writing Solid Code: Microsoft's Techniques for Developing Bug-Free C Programs (Microsoft Programming Series)"</a> by Steve MacGuire.</p> <p>Interesting what a large proportion the books mentioned here are C/C++ books.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79144#79144 0 Answer by wmbetts for What development book made the most impact on you as a developer? wmbetts 2008-09-17T01:59:41Z 2008-09-17T01:59:41Z <p>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.</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0521520436" rel="nofollow">http://www.amazon.com/Memory-Programming-Concept-C/dp/0521520436</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79145#79145 3 Answer by Don for What development book made the most impact on you as a developer? Don 2008-09-17T01:59:42Z 2008-09-17T01:59:42Z <p>Code by Charles Petzold. I don't have a traditional CS background, so its a great book for helping people like me understand the machine and what goes on under all those layers of abstraction.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79153#79153 0 Answer by Craig for What development book made the most impact on you as a developer? Craig 2008-09-17T02:00:45Z 2008-09-17T02:00:45Z <p>Effective Java by Joshua Bloch</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79285#79285 10 Answer by hoyhoy for What development book made the most impact on you as a developer? hoyhoy 2008-09-17T02:28:20Z 2008-09-17T02:28:20Z <p>Richard Feynman, "Surely You're Joking, Mr. Feynman"</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79568#79568 0 Answer by rob_g for What development book made the most impact on you as a developer? rob_g 2008-09-17T03:11:24Z 2008-09-17T03:11:24Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79629#79629 6 Answer by Dave Rolsky for What development book made the most impact on you as a developer? Dave Rolsky 2008-09-17T03:25:02Z 2008-09-17T03:25:02Z <p>I'm really surprised that nobody has mentioned <a href="http://www.apuebook.com/" rel="nofollow">Advanced Programming in the UNIX Environment</a> by W. Richard Stevens. It's not necessarily the book that had the most impact on me, but it definitely deserves a place among many of the other greats mentioned here.</p> <p>Even though I mostly did (and do) Perl programming, reading this book really helped me understand more about what's going on under the hood. It covers a ton of really critical low-level concepts like File IO, system files (passwd, group, etc), process control, signals, and so on.</p> <p>Having some idea of how this stuff works at the C level is very useful, even if you never write any C code, because every language you use (on a Unix system) is using these APIs under the hood.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79649#79649 2 Answer by Dave Rolsky for What development book made the most impact on you as a developer? Dave Rolsky 2008-09-17T03:27:06Z 2008-09-17T03:27:06Z <p>Separately, I'd mention <a href="http://www.thethirdmanifesto.com/" rel="nofollow">The Third Manifesto</a> by Hugh Darwen and CJ Date. If you're interested in understanding <em>data</em> (which seems uncommon among programmers) this book is a must-read. It will also make you sad when you realize just how badly broken SQL is, but it'll also help you cope with that brokenness. Knowing how a tool is broken lets you design with those deficits in mind.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/79971#79971 3 Answer by Michael J. Hardy for What development book made the most impact on you as a developer? Michael J. Hardy 2008-09-17T04:25:37Z 2008-09-17T04:25:37Z <p>Test Driven Development</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80072#80072 1 Answer by Jay Walker for What development book made the most impact on you as a developer? Jay Walker 2008-09-17T04:44:29Z 2008-09-17T04:44:29Z <p><a href="http://rads.stackoverflow.com/amzn/click/0130676349" rel="nofollow">Agile Software Development with Scrum</a> by Ken Schwaber and Mike Beedle.</p> <p>I used this book as the starting point to understanding Agile development. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80374#80374 0 Answer by Ian for What development book made the most impact on you as a developer? Ian 2008-09-17T05:49:22Z 2008-09-17T05:49:22Z <p>The Pragmatic programmer was pretty good. However one that really made an impact when I was starting out was :</p> <p><a href="http://rads.stackoverflow.com/amzn/click/1568843186" rel="nofollow">Windows 95 System Programming Secrets"</a></p> <p>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.</p> <p>Oh and I'd also throw in effective .net - great internals explanation of .Net from Don Box.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80404#80404 0 Answer by for What development book made the most impact on you as a developer? 2008-09-17T05:56:45Z 2008-09-17T05:56:45Z <p>SAP ABAP programming? "Teach Yourself ABAP in 21 Days" is the best book!</p> <p>It contains no clever tricks or wizardry, but after 3 years, I never came upon a more comprehensive book</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80479#80479 1 Answer by Sriram for What development book made the most impact on you as a developer? Sriram 2008-09-17T06:14:47Z 2008-09-17T06:14:47Z <p>Structure and Interpretation of Computer Programs</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80505#80505 0 Answer by tarantula for What development book made the most impact on you as a developer? tarantula 2008-09-17T06:21:04Z 2008-09-17T06:21:04Z <p>Schaum's Outline of Programming with C++ by John R Hubbard.</p> <p>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. </p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80583#80583 0 Answer by cvs for What development book made the most impact on you as a developer? cvs 2008-09-17T06:41:49Z 2008-09-17T06:41:49Z <p>Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80663#80663 1 Answer by Jonathan Leffler for What development book made the most impact on you as a developer? Jonathan Leffler 2008-09-17T07:00:07Z 2008-09-17T07:00:07Z <p>Many of the books listed could fit the bill. If restricted to one, I'd probably pick "UNIX Programming Environment" by Kernighan and Pike as THE most influential, though "Software Tools" and "The Elements of Programming Style" were also extremely influential on me when I started, a long time ago (80s). Slightly more recent influences would include "The C Progamming Language" and both "Code Complete" and "Writing Solid Code" (90s). Current influences (00s) would include - not in order:</p> <ul> <li>The Art of Unix Programming</li> <li>Test-Driven Programming</li> <li>Refactoring</li> <li>Pragmatic Programmer</li> <li>The Practice of Programming</li> <li>Working Effectively with Legacy Code</li> </ul> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80705#80705 2 Answer by Anton Orlov for What development book made the most impact on you as a developer? Anton Orlov 2008-09-17T07:10:06Z 2008-09-17T07:16:05Z <p>The most influential programming book for me was <a href="http://rads.stackoverflow.com/amzn/click/0070296898" rel="nofollow"><em>Enough Rope to Shoot Yourself in the Foot</em></a> by <a href="http://holub.com/" rel="nofollow">Allen Holub</a>.</p> <p><img src="http://ecx.images-amazon.com/images/I/71AE90J735L._SL500_AA240_.gif" alt="Cover of the book" /></p> <p>O, well, how long ago it was.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80738#80738 0 Answer by Kiranu for What development book made the most impact on you as a developer? Kiranu 2008-09-17T07:15:36Z 2008-09-17T07:15:36Z <p>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</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80862#80862 -1 Answer by AViD for What development book made the most impact on you as a developer? AViD 2008-09-17T07:42:15Z 2008-09-17T07:42:15Z <p>Code Complete Second Edition</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80893#80893 0 Answer by Rob for What development book made the most impact on you as a developer? Rob 2008-09-17T07:45:40Z 2008-09-17T07:45:40Z <p>In recent years it has been 'The C++ Standard Library' by 'Nicolai M. Josuttis'. It's my bible.</p> <p><img src="http://ecx.images-amazon.com/images/I/51BT5SKXTCL._SL500_AA240_.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80944#80944 2 Answer by icelava for What development book made the most impact on you as a developer? icelava 2008-09-17T07:55:51Z 2008-09-17T07:55:51Z <p>Martin Fowler's <strong><a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow">Refactoring: Improving the Design of Existing Code</a></strong> has already been listed. But I will detail why it has impacted me.</p> <p>The essence of the whole book is about structuring code so that it is simpler to read and understand by <em>humans</em>. It teaches me strongly that the code that I write is meant for my colleagues and successors to consume and possibly learn something <em>good</em> out of it. It inspires me to consciously <a href="http://icelava.net/forums/post/1040.aspx" rel="nofollow">program in a manner that leaves people praising my name, and not cursing me to damnation for all eternity</a>.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/80972#80972 0 Answer by Symbioxys for What development book made the most impact on you as a developer? Symbioxys 2008-09-17T08:01:32Z 2008-09-17T08:01:32Z <p>Turbo Pascal 7! "I can make the computer do things?!?!?!"</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81177#81177 0 Answer by Joel Nat for What development book made the most impact on you as a developer? Joel Nat 2008-09-17T08:37:38Z 2008-09-17T08:37:38Z <pre>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."</pre> <pre>2) Code Complete - "its like looking into mirror every time i read it." </pre> <pre>3) Coder to Developer by Mike Gunderloy </pre> <pre>4) Joel on Software </pre> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81244#81244 1 Answer by AviD for What development book made the most impact on you as a developer? AviD 2008-09-17T08:52:16Z 2008-09-17T08:52:16Z <p>Not to mention books that have already been mentioned MANY times, one of the best books on what NOT to do is AntiPatterns (Refactoring Software, Architectures and Projects in Crisis) from Wiley.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81253#81253 2 Answer by AviD for What development book made the most impact on you as a developer? AviD 2008-09-17T08:53:51Z 2008-09-17T08:53:51Z <p>Another book that has not been mentioned yet, and SHOULD be required reading for EVERY programmer, newbies on up to gurus, in ANY programming language, is Michael Howard's Writing Secure Code (2nd Edition) from MSPress.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81276#81276 0 Answer by Jonas Gulle for What development book made the most impact on you as a developer? Jonas Gulle 2008-09-17T08:58:01Z 2008-09-17T08:58:01Z <p>The first book that made a real impact on me was <em><a href="http://rads.stackoverflow.com/amzn/click/0672305267" rel="nofollow">Mastering Turbo Assembler</a></em> by Tom Swan.</p> <p>Other books that have had an impact was <em><a href="http://rads.stackoverflow.com/amzn/click/0066620732" rel="nofollow">Just For Fun</a></em> by Linus Torvalds and David Diamond and of course <em><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a></em> by Andrew Hunt and David Thomas.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81405#81405 1 Answer by James Zhou for What development book made the most impact on you as a developer? James Zhou 2008-09-17T09:18:02Z 2008-09-17T09:18:02Z <p>Thinking in Java - I'm a .net developer now :-)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81430#81430 1 Answer by ericfrommars for What development book made the most impact on you as a developer? ericfrommars 2008-09-17T09:22:32Z 2008-09-17T09:22:32Z <p>As so many people have listed Head First Design Patterns, which I agree is a very good book, I would like to see if so many people aware of a title called <a href="http://rads.stackoverflow.com/amzn/click/0201715945" rel="nofollow">Design Patterns Explained: A New Perspective on Object-Oriented Design</a>. </p> <p>This title deals with design patterns excellently. The first half of the book is very accessible and the remaining chapters require only a firm grasp of the content already covered The reason I feel the second half of the book is less accessible is that it covers patterns that I, as a young developer admittedly lacking in experience, have not used much. </p> <p>This title also introduces the concept behind design patterns, covering Christopher Alexander's initial work in architecture to the GoF first implementing documenting patterns in SmallTalk.</p> <p>I think that anyone who enjoyed Head First Design Patterns but still finds the GoF very dry, should look into Design Patterns Explained as a much more readable (although not quite as comprehensive) alternative.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81618#81618 1 Answer by enorvelle for What development book made the most impact on you as a developer? enorvelle 2008-09-17T09:58:14Z 2008-09-17T09:58:14Z <p>Craig Larman's <em>Applying UML and Patterns</em>. While the Gang of Four book <em>Design Patterns</em> is very instructive, I found that I didn't "get" how to use design patterns until I ran across Larman's book in a programming class.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/81684#81684 0 Answer by Peter Hoeg for What development book made the most impact on you as a developer? Peter Hoeg 2008-09-17T10:09:59Z 2008-09-17T10:09:59Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/82122#82122 0 Answer by EricSchaefer for What development book made the most impact on you as a developer? EricSchaefer 2008-09-17T11:20:10Z 2008-09-17T11:20:10Z <p>"Basic für Kleincomputer", Robotron Verlag</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/82312#82312 0 Answer by Mladen Mihajlovic for What development book made the most impact on you as a developer? Mladen Mihajlovic 2008-09-17T11:56:51Z 2008-09-17T11:56:51Z <p>Tom Swan's books.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/82352#82352 0 Answer by John Wright for What development book made the most impact on you as a developer? John Wright 2008-09-17T12:04:08Z 2008-09-17T12:04:08Z <p>Advanced MS-DOS by Ray Duncan.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/82446#82446 0 Answer by Desty for What development book made the most impact on you as a developer? Desty 2008-09-17T12:14:42Z 2008-09-17T12:14:42Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/83314#83314 1 Answer by Luc M for What development book made the most impact on you as a developer? Luc M 2008-09-17T13:39:59Z 2008-09-17T13:39:59Z <p>"Head First Design Patterns" helped me to understand objects oriented programming.</p> <p>This book has opened my mind :-) I've tried GoF first.I was discouraged...</p> <p>But now, GoF is my next step.</p> <p>Code Complete 2nd edition is very good too.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/83579#83579 0 Answer by dwelch for What development book made the most impact on you as a developer? dwelch 2008-09-17T14:03:03Z 2008-09-17T14:03:03Z <p>Michael Abrash The Zen of Assembly Language</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/83881#83881 0 Answer by workmad3 for What development book made the most impact on you as a developer? workmad3 2008-09-17T14:34:25Z 2008-09-17T14:34:25Z <p>Applying UML and Design Patterns.</p> <p>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)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/85926#85926 0 Answer by Gordon Bell for What development book made the most impact on you as a developer? Gordon Bell 2008-09-17T18:02:59Z 2008-09-17T18:02:59Z <p>+1 for Code Complete.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/86779#86779 1 Answer by Lot105 for What development book made the most impact on you as a developer? Lot105 2008-09-17T19:37:30Z 2008-09-17T19:37:30Z <p>If you are doing anything in Unix/Linux/MacOS etc, you must read Advanced Programming in the Unix Environment (also known by the acronym APUE), by the late W Richard Stevens. If you don't know how file descriptors work or what sessions are, or all the things you should do when you daemonize yourself (admit it, you don't), then this book will tell you.</p> <p>You'll feel amatuerish for a bit afterwards, but if you want to consider yourself a professional programmer (in any language) in the Unix environment you need to read this.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/89558#89558 0 Answer by rkalajian for What development book made the most impact on you as a developer? rkalajian 2008-09-18T02:45:21Z 2008-09-18T02:45:21Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/89617#89617 1 Answer by Vardhan Varma for What development book made the most impact on you as a developer? Vardhan Varma 2008-09-18T02:57:50Z 2008-09-18T02:57:50Z <p>Zen and art of Motorcycle Maintainence</p> <p>Undoubtedly.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/106517#106517 0 Answer by Arne Evertsson for What development book made the most impact on you as a developer? Arne Evertsson 2008-09-20T00:12:29Z 2008-09-20T00:12:29Z <p><a href="http://www.crisp.se/henrik.kniberg/ScrumAndXpFromTheTrenches.html" rel="nofollow">Scrum and XP from the Trenches</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/109060#109060 1 Answer by Doug L. for What development book made the most impact on you as a developer? Doug L. 2008-09-20T19:17:47Z 2008-09-20T19:17:47Z <p>Even though I had been programming rofessionally for years, Rocky Lhotka's "Business Objects" series about his CSLA framework was the book that opened my eyes. <br/><br/> His ideas he got me excited about software development patterns and theory again. It set me on the path of a new interest in learning how to be a better developer, and not just learning about the latest gee-whiz control or library. (Don't get me wrong, I still love a good technical book too - you gotta keep up!)</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/111265#111265 0 Answer by Mike Louw for What development book made the most impact on you as a developer? Mike Louw 2008-09-21T15:48:35Z 2008-09-21T15:48:35Z <p>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...</p> <p>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.</p> <p>[<a href="http://home.iae.nl/users/mhx/sf.html" rel="nofollow">http://home.iae.nl/users/mhx/sf.html</a>][1] [<a href="http://thinking-forth.sourceforge.net/" rel="nofollow">http://thinking-forth.sourceforge.net/</a>][2]</p> <p>[1]: "Starting Forth" home page [2]: "Thinking Forth" home page</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/113458#113458 0 Answer by Code Addict for What development book made the most impact on you as a developer? Code Addict 2008-09-22T06:26:39Z 2008-09-22T06:26:39Z <p>As a self taught programmer without any formal college classes, <strong>Code Complete (Vols. 1 and 2) and Rapid Development</strong> 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. </p> <p>Steve MConnell's writing style is one of the most entertaining out there when it comes to programming books.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/160013#160013 0 Answer by Elnur for What development book made the most impact on you as a developer? Elnur 2008-10-01T22:15:21Z 2008-10-01T22:15:21Z <p>My job went to India</p> <p></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/215192#215192 1 Answer by sergio_petralia for What development book made the most impact on you as a developer? sergio_petralia 2008-10-18T15:52:09Z 2008-10-18T15:52:09Z <p>I think it was after "On Lisp" by Paul Graham that I actually understood how much fun I could have while coding. It made me want to look for different ways of writing programs.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/249265#249265 0 Answer by lkessler for What development book made the most impact on you as a developer? lkessler 2008-10-30T04:23:11Z 2008-10-30T04:23:11Z <p>Fortran IV with Watfor and Watfiv by Cress, Dirkson and Graham.</p> <p>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. </p> <p><img src="http://g-ecx.images-amazon.com/images/G/01/ciu/4b/83/245d9833e7a03768eaf63110._AA240_.L.jpg" alt="alt text" /></p> <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/374370#374370 1 Answer by Nils for What development book made the most impact on you as a developer? Nils 2008-12-17T12:15:14Z 2008-12-17T12:15:14Z <p>Hard to say, but the last programming book i found really interesting was "Beautiful Code" by O'Reilly</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/378671#378671 3 Answer by agnieszka for What development book made the most impact on you as a developer? agnieszka 2008-12-18T17:58:43Z 2008-12-22T13:12:24Z <p><a href="http://rads.stackoverflow.com/amzn/click/0596007124" rel="nofollow">Head First Design Patterns</a> is a great book! at first it seemed a bit controvertial but i quickly fell in love with it and carried it with me everywhere until i finished. i tried reading other head first books but none could compare. all the other books i've read were strictly technical and there was nothing fascinating about them.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/378761#378761 1 Answer by Ferruccio for What development book made the most impact on you as a developer? Ferruccio 2008-12-18T18:34:48Z 2008-12-18T18:34:48Z <p><strong>The Scelbi-Byte Primer</strong></p> <p>I pored over the source code listings in this book many times until, one day, I suddenly grokked 8080 assembly language programming.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/386338#386338 0 Answer by Dave Markle for What development book made the most impact on you as a developer? Dave Markle 2008-12-22T14:15:31Z 2008-12-22T14:15:31Z <p><a href="http://rads.stackoverflow.com/amzn/click/1878739069" rel="nofollow">Object-Oriented Programming in Turbo C++</a>. 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...</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/394772#394772 -1 Answer by Book for What development book made the most impact on you as a developer? Book 2008-12-27T07:16:27Z 2008-12-27T07:16:27Z <p>Design Patterns</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/394784#394784 -2 Answer by Book for What development book made the most impact on you as a developer? Book 2008-12-27T07:43:06Z 2008-12-27T07:43:06Z <p>Code Complete</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/394786#394786 -1 Answer by Book for What development book made the most impact on you as a developer? Book 2008-12-27T07:44:17Z 2008-12-27T07:44:17Z <p>Design Patterns</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/394797#394797 -2 Answer by Book for What development book made the most impact on you as a developer? Book 2008-12-27T07:57:49Z 2008-12-27T07:57:49Z <p>Code Complete</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/413817#413817 0 Answer by Slayer SA for What development book made the most impact on you as a developer? Slayer SA 2009-01-05T17:14:58Z 2009-01-05T17:14:58Z <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/1576104257" rel="nofollow">Game Architecture and Design: Learn the Best Practices for Game Design and Programming</a> </li> </ul> <p>Even though i've never programmed a game this book helped me understand a lot of things in a fun way.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/413824#413824 1 Answer by Slayer SA for What development book made the most impact on you as a developer? Slayer SA 2009-01-05T17:16:13Z 2009-01-05T17:16:13Z <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/1861004958" rel="nofollow">Professional JSP 2nd Edition</a></li> </ul> <p>I bough this when I was a complete newbie and took me from only knowing that Java existed to a reliable team member in a short time</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/542373#542373 1 Answer by Dominic for What development book made the most impact on you as a developer? Dominic 2009-02-12T17:15:14Z 2009-02-12T17:15:14Z <p>Has to be Code Complete. I had the good fortune of buying as I started my first steps as a programmer. I learned so much from it I immediately re-read it. I firmly believe it transformed by skills in a short space of time.</p> <p>I have recommended it to various junior programmers and university students but sadly my advice always seems to fall on deaf ears. shame really its just so packed with lessons learned from practical experience. It really is a treasure trove of great advice.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/588251#588251 -3 Answer by Jamison for What development book made the most impact on you as a developer? Jamison 2009-02-25T22:40:26Z 2009-02-25T22:40:26Z <p>Another Code Complete fan here!</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/793395#793395 1 Answer by Levi Campbell for What development book made the most impact on you as a developer? Levi Campbell 2009-04-27T13:02:05Z 2009-04-27T13:02:05Z <p>Three books come to mind for me.</p> <ul> <li>The Art of Unix Programming by Eric S. Raymond.</li> <li>The Wizardry Compiled by Rick Cook.</li> <li>The Art of Computer Programming by Donald Knuth.</li> </ul> <p>I also love the writing of <a href="http://www.paulgraham.com" rel="nofollow">Paul Graham.</a></p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/793399#793399 0 Answer by Jared for What development book made the most impact on you as a developer? Jared 2009-04-27T13:04:38Z 2009-04-27T13:04:38Z <p>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.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/793437#793437 0 Answer by Scott Lance for What development book made the most impact on you as a developer? Scott Lance 2009-04-27T13:14:31Z 2009-04-27T13:14:31Z <p><a href="http://search.barnesandnoble.com/Ivor-Hortons-Beginning-Visual-C-2008/Ivor-Horton/e/9780470225905/?itm=2" rel="nofollow">Beginning Visual C++</a></p> <p>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. </p> <p>When I talk to developers who are just starting out programming in an object oriented language, I tell them to read this book.</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/1235820#1235820 0 Answer by Nick D for What development book made the most impact on you as a developer? Nick D 2009-08-05T21:19:33Z 2009-08-05T21:19:33Z <p><a href="http://rads.stackoverflow.com/amzn/click/013662149X" rel="nofollow">Peter Norton's Assembly Language Book for the IBM PC</a> </p> <p><img src="http://pics.librarything.com/picsizes/7a/30/7a30b6e3c62ba88597a66615167434d414f4541.jpg" alt="alt text" /></p> <p>I had spent countless nights in front of the pc (DOS), exploring unknown worlds :-D</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/1317832#1317832 0 Answer by Rejeev Divakaran for What development book made the most impact on you as a developer? Rejeev Divakaran 2009-08-23T05:17:21Z 2009-08-23T05:17:21Z <p>Domain Driven Design By Eric Evans is a wonderful book!</p> http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/1690667#1690667 0 Answer by Stacy Vicknair for What development book made the most impact on you as a developer? Stacy Vicknair 2009-11-06T21:42:33Z 2009-11-06T21:42:33Z <p>One I didn't already see on here was <strong><a href="http://www.assoc-amazon.com/e/ir?t=wtfnext-20&amp;l=as2&amp;o=1&amp;a=0131495054" rel="nofollow">xUnit Test Patterns: Refactoring Test Code</a></strong> by Gerard Meszaros. This book really helped me see unit testing from a fresh perspective.</p>