Recommended Books for Software Engineering - Stack Overflow most recent 30 from stackoverflow.com2009-11-08T21:25:35Zhttp://stackoverflow.com/feeds/question/131571http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/131571/recommended-books-for-software-engineering6Recommended Books for Software EngineeringRonnie Liew2008-09-25T05:12:15Z2008-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#1315764Answer by Steve Moyer for Recommended Books for Software EngineeringSteve Moyer2008-09-25T05:15:02Z2008-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#1315782Answer by Mike Post for Recommended Books for Software EngineeringMike Post2008-09-25T05:15:44Z2008-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#1315850Answer by DanielHonig for Recommended Books for Software EngineeringDanielHonig2008-09-25T05:18:09Z2008-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#1315900Answer by Maurice for Recommended Books for Software EngineeringMaurice2008-09-25T05:22:58Z2008-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&s=books&qid=1222320145&sr=1-1</a></p>
http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131621#1316211Answer by Peter Wone for Recommended Books for Software EngineeringPeter Wone2008-09-25T05:39:16Z2008-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#1316395Answer by Ryan Delucchi for Recommended Books for Software EngineeringRyan Delucchi2008-09-25T05:46:17Z2008-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#1316460Answer by Andrew for Recommended Books for Software EngineeringAndrew2008-09-25T05:49:27Z2008-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#1316760Answer by Alex. S. for Recommended Books for Software EngineeringAlex. S.2008-09-25T06:04:31Z2008-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#1316957Answer by Mitch Wheat for Recommended Books for Software EngineeringMitch Wheat2008-09-25T06:13:48Z2008-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#1317081Answer by Carl Seleborg for Recommended Books for Software EngineeringCarl Seleborg2008-09-25T06:22:46Z2008-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#1317134Answer by Carl Seleborg for Recommended Books for Software EngineeringCarl Seleborg2008-09-25T06:25:21Z2008-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-1Answer by SquareCog for Recommended Books for Software EngineeringSquareCog2008-09-25T06:36:00Z2008-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 & Iterative Development" </a>
by Craig Larman</p>
http://stackoverflow.com/questions/131571/recommended-books-for-software-engineering/131771#1317710Answer by Niko Gunadi for Recommended Books for Software EngineeringNiko Gunadi2008-09-25T06:50:08Z2008-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#1318921Answer by njsf for Recommended Books for Software Engineeringnjsf2008-09-25T07:21:01Z2008-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#1322710Answer by AJ for Recommended Books for Software EngineeringAJ2008-09-25T09:11:03Z2008-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>