Recommended Books for Software Engineering - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T21:25:35Z http://stackoverflow.com/feeds/question/131571 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering 6 Recommended Books for Software Engineering Ronnie Liew 2008-09-25T05:12:15Z 2008-11-15T09:42:15Z <p>What would be a recommended book for Software Engineering? </p> <p>The book should be covering the various stages involved in software development process, covering topics such as:</p> <ul> <li>requirement gathering</li> <li>use cases</li> <li>domain model</li> <li>functional specifications</li> <li>architecture design</li> <li>testing</li> <li>deployment</li> </ul> <p>It should be a book that would help someone to understand the various processes, include examples of good documentation of <em>use cases</em>, <em>domain modeling</em>, <em>architecture design</em> etc., explain about how the various steps help in the development of the software. </p> <p>Not so much on the code writing or the people-management aspect, more on the documentation, design stages, planning prior to actual coding. </p> <p>Targeted audience should be a technical lead/architect/manager.</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131576#131576 4 Answer by Steve Moyer for Recommended Books for Software Engineering Steve Moyer 2008-09-25T05:15:02Z 2008-09-25T05:15:02Z <p>"<a href="http://rads.stackoverflow.com/amzn/click/1556154844" rel="nofollow">Code Complete</a>" and "<a href="http://rads.stackoverflow.com/amzn/click/1861000952" rel="nofollow">Clouds to Code</a>" are both excellent!</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131578#131578 2 Answer by Mike Post for Recommended Books for Software Engineering Mike Post 2008-09-25T05:15:44Z 2008-09-25T05:15:44Z <p>Steve McConnell's Software Project Survival Guide is an oldie but goodie. It hits the main topics in a very approachable way.</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131585#131585 0 Answer by DanielHonig for Recommended Books for Software Engineering DanielHonig 2008-09-25T05:18:09Z 2008-09-25T05:18:09Z <p>I'd completely reccomend Scott Amblers "The Object Primer" and Ivar's Classic "Object Oriented Software Engineering"</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0201544350" rel="nofollow">http://www.amazon.com/Object-Oriented-Software-Engineering-Approach/dp/0201544350</a></p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131590#131590 0 Answer by Maurice for Recommended Books for Software Engineering Maurice 2008-09-25T05:22:58Z 2008-09-25T05:22:58Z <p>More Programming Pearls: Confessions of a Coder by Jon Bentley</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0201118890" rel="nofollow">http://www.amazon.com/More-Programming-Pearls-Confessions-Coder/dp/0201118890/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1222320145&amp;sr=1-1</a></p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131621#131621 1 Answer by Peter Wone for Recommended Books for Software Engineering Peter Wone 2008-09-25T05:39:16Z 2008-09-25T05:39:16Z <p><a href="http://joelonsoftware.com" rel="nofollow">http://joelonsoftware.com</a> is a good start. Read all of it, think about it and dare to disagree (he's wrong about a lot of things).</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131639#131639 5 Answer by Ryan Delucchi for Recommended Books for Software Engineering Ryan Delucchi 2008-09-25T05:46:17Z 2008-09-25T05:46:17Z <p>Here are three essentials</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer: From Journeyman to Master</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">Design Patterns</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow">Refactoring: Improving the Design of Existing Code</a> </li> </ul> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131646#131646 0 Answer by Andrew for Recommended Books for Software Engineering Andrew 2008-09-25T05:49:27Z 2008-09-25T05:49:27Z <p>The excellent <a href="http://rads.stackoverflow.com/amzn/click/0321127420" rel="nofollow">Patterns of Enterprise Application Architecture</a> by Martin Fowler.</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131676#131676 0 Answer by Alex. S. for Recommended Books for Software Engineering Alex. S. 2008-09-25T06:04:31Z 2008-09-25T06:04:31Z <p>A book that I liked a lot, and it had the manuscript available online (but not anymore) was: <a href="http://www.daimi.au.dk/dSoftArk/curriculum.html" rel="nofollow">Reliable and Flexible Software Explained</a>, by Henrik Bærbak Christensen</p> <p>For my viewpoint, far from be renowned is a very good reference indeed.</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131695#131695 7 Answer by Mitch Wheat for Recommended Books for Software Engineering Mitch Wheat 2008-09-25T06:13:48Z 2008-09-25T06:13:48Z <p>I would recommended all of these (and probably in that reading order):</p> <ul> <li><p><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a></p></li> <li><p><a href="http://rads.stackoverflow.com/amzn/click/1556159005" rel="nofollow">Rapid Development</a></p></li> <li><p><a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a></p></li> <li><p><a href="http://rads.stackoverflow.com/amzn/click/0321127420" rel="nofollow">Patterns of Enterprise Application Architecture</a></p></li> </ul> <p>I maintain a list over at my <a href="http://mitch-wheat.blogspot.com/2006/06/recommended-computing-books_21.html" rel="nofollow">blog</a>.</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131708#131708 1 Answer by Carl Seleborg for Recommended Books for Software Engineering Carl Seleborg 2008-09-25T06:22:46Z 2008-10-10T15:10:30Z <p><a href="http://rads.stackoverflow.com/amzn/click/0321117425" rel="nofollow">Facts and Fallacies of Software Development</a> (Robert L. Glass)</p> <blockquote> <p>This guide identifies many of the key problems hampering success in this field. Covers management, all stages of the software lifecycle, quality, research, and more. Author presents ten common fallacies that help support the fifty-five facts.</p> </blockquote> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131713#131713 4 Answer by Carl Seleborg for Recommended Books for Software Engineering Carl Seleborg 2008-09-25T06:25:21Z 2008-09-25T06:25:21Z <p>More of historical interest, although still somtimes surprisingly actual: <a href="http://rads.stackoverflow.com/amzn/click/0201835959" rel="nofollow">The Mythical Man-Month</a> (Frederick P. Brooks)</p> <blockquote> <p><em>The</em> classic book on the human elements of software engineering. Software tools and development environments may have changed in the 21 years since the first edition of this book, but the peculiarly nonlinear economies of scale in collaborative work and the nature of individuals and groups has not changed an epsilon. If you write code or depend upon those who do, get this book as soon as possible.</p> </blockquote> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131735#131735 -1 Answer by SquareCog for Recommended Books for Software Engineering SquareCog 2008-09-25T06:36:00Z 2008-09-25T06:36:00Z <p>Despite the misleading title, a great book:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0131489062" rel="nofollow">"Applying UML and Patterns. Introduction to OOAD &amp; Iterative Development" </a> by Craig Larman</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131771#131771 0 Answer by Niko Gunadi for Recommended Books for Software Engineering Niko Gunadi 2008-09-25T06:50:08Z 2008-09-25T06:50:08Z <p>How about <a href="http://www.scottberkun.com/making-things-happen/" rel="nofollow">Making Things Happen</a> ?</p> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131892#131892 1 Answer by njsf for Recommended Books for Software Engineering njsf 2008-09-25T07:21:01Z 2008-09-25T07:21:01Z <p>For such a broad overview I'd recommend either of these two classics:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/007301933X" rel="nofollow">Software Engineering: A Practicioners approach - Roger Pressman</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321313798" rel="nofollow">Software Engineering - Ian Sommervile</a></li> </ul> <p>But I do agree with some of the previous recommendations:</p> <ul> <li>The Pragmatic Programmer</li> <li>Mythical Man Month - Fred Brooks</li> <li>Code Complete - Steve McConnel</li> </ul> <p>Some good, but OO specific:</p> <ul> <li>Object Oriented Software Engineering - Ivar Jacobson</li> <li>Design Patterns - Gamma et al.</li> </ul> http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/132271#132271 0 Answer by AJ for Recommended Books for Software Engineering AJ 2008-09-25T09:11:03Z 2008-09-25T09:11:03Z <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">Peopleware</a> by Tom DeMarco and Timothy Lister. <ul> <li>excellent book about the people side of developing software. It explores principles of organisation, motivation, environment and other stuff which is applicable well beyond programming. </li> </ul></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321344758" rel="nofollow">Don't Make Me Think</a> by Steve Krug.<br /> <ul> <li>A short, readable, entertaining book about web interfaces, but it touches on more general interface principles. </li> </ul></li> </ul>