Suggestions for books to buy for an office library? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T08:02:08Zhttp://stackoverflow.com/feeds/question/488144http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library2Suggestions for books to buy for an office library?matt b2009-01-28T15:50:34Z2009-05-19T13:46:16Z
<p>We're thinking of starting up a little bit of a "library" here at work for programming/development books, to have some shared books available as references.</p>
<p>Any suggestions on titles to put on the list? We mostly concentrate on Java and web application development, using Spring, Web Services, SQL, etc.</p>
<p>My thoughts so far:</p>
<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0321356683" rel="nofollow">Effective Java</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1933988134" rel="nofollow">Spring in Action</a></li>
<li><a href="http://rads.stackoverflow.com/amzn/click/0596007124" rel="nofollow">Head First Design Patterns</a></li>
</ul>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488152#4881529Answer by Phill Sacre for Suggestions for books to buy for an office library?Phill Sacre2009-01-28T15:53:12Z2009-01-28T15:53:12Z<p>One good book which I found very helpful is <a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a> - should be in any developer's library (or work library).</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488155#4881556Answer by Kevin for Suggestions for books to buy for an office library?Kevin2009-01-28T15:54:06Z2009-01-28T15:54:06Z<ul>
<li><p><a href="http://www.javaconcurrencyinpractice.com/" rel="nofollow">Java Concurrency in Practice</a></p></li>
<li><p><a href="http://www.refactoring.com/" rel="nofollow">Refactoring (Fowler)</a></p></li>
<li><p><a href="http://www.manning.com/rainsberger/" rel="nofollow">JUnit Recipes</a></p></li>
<li><p><a href="http://rads.stackoverflow.com/amzn/click/0321146530" rel="nofollow">TDD by Example (Beck)</a></p></li>
</ul>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488156#4881561Answer by mouviciel for Suggestions for books to buy for an office library?mouviciel2009-01-28T15:54:09Z2009-01-28T15:54:09Z<p><a href="http://rads.stackoverflow.com/amzn/click/0471469122" rel="nofollow">The art of software testing</a> by Glenford J. Myers.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488157#48815712Answer by SQLMenace for Suggestions for books to buy for an office library?SQLMenace2009-01-28T15:54:11Z2009-01-28T15:54:11Z<p>Why don't you get a couple of <a href="http://my.safaribooksonline.com/" rel="nofollow">Safari</a> licenses instead? That way several people can read the same book and you can choose from many more books</p>
<p>In case you want a list see <a href="http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/5-books-every-developer-should-read" rel="nofollow">5 Books Every Developer Should Read</a></p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488159#4881595Answer by Steve B. for Suggestions for books to buy for an office library?Steve B.2009-01-28T15:54:32Z2009-01-28T15:54:32Z<p><a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow">Refactoring</a></p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">GOF design patterns</a></p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">code complete</a></p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0596003307" rel="nofollow">Unix power tools</a> (best general unix book I've ever come across)</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488161#48816113Answer by Gonzalo Quero for Suggestions for books to buy for an office library?Gonzalo Quero2009-01-28T15:54:58Z2009-01-28T15:54:58Z<p><a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a>. It should be on every programmer's library.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488163#4881630Answer by Leonidas for Suggestions for books to buy for an office library?Leonidas2009-01-28T15:55:00Z2009-01-28T15:55:00Z<p>If you do modeling in UML: some book on UML (obviously). Nice to look for some constructs.</p>
<p>I like <a href="http://rads.stackoverflow.com/amzn/click/0321267974" rel="nofollow">this book</a> from Booch et al. </p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488180#4881802Answer by tvanfosson for Suggestions for books to buy for an office library?tvanfosson2009-01-28T16:00:01Z2009-01-28T16:00:01Z<p><a href="http://www.pragprog.com/titles/utj/pragmatic-unit-testing-in-java-with-junit" rel="nofollow">Pragmatic Unit Testing</a> (link is jUnit, but nUnit is also available).</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488223#4882234Answer by coobird for Suggestions for books to buy for an office library?coobird2009-01-28T16:11:47Z2009-01-28T16:11:47Z<p><a href="http://www.javapuzzlers.com/" rel="nofollow">Java Puzzlers</a> by Joshua Bloch and Neal Gafter would be a nice compliment to Effective Java.</p>
<p>Java Puzzlers are, as the title suggests, a bunch of puzzles where the answer may seem to be a certain way, but due to some subtleties in the language, it doesn't behave as one expects. Each puzzle has an answer and a detailed explanation along with references, so not only is it a fun read, it's definitely informative.</p>
<p>A sample chapter is available from the <a href="http://www.javapuzzlers.com/" rel="nofollow">book's website</a>.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488317#4883171Answer by pgras for Suggestions for books to buy for an office library?pgras2009-01-28T16:28:21Z2009-01-28T16:28:21Z<p>I would not recommend books about a something that changes fast, I have for example some books about Spring and I don't use them anymore because they're about Spring 2.0 :(</p>
<p>As you suggested I would recommend Effective Java and Head First Design Patterns. I also liked a lot Implementation Patterns from Kent Beck...</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488319#4883190Answer by David for Suggestions for books to buy for an office library?David2009-01-28T16:28:30Z2009-01-28T16:28:30Z<p><a href="http://rads.stackoverflow.com/amzn/click/0470084111" rel="nofollow">About Face 3: The Essentials of Interaction Design</a> by Alan Cooper, et al.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488361#4883610Answer by barneytron for Suggestions for books to buy for an office library?barneytron2009-01-28T16:35:49Z2009-01-28T16:35:49Z<p>If you have the budget, you should consider buying online book subscriptions instead of dead tree. We have Safari books online at my work place, and I just totally <3 it. Safari has just about every book that everyone has suggested here so far. I have not seen the bill, so I'm not sure what the cost is.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488385#4883851Answer by Scott A. Lawrence for Suggestions for books to buy for an office library?Scott A. Lawrence2009-01-28T16:40:46Z2009-01-28T16:40:46Z<p>The Safari recommendations are good. You may want to consider ACM memberships for your development staff as well. The annual fee includes access to a subset of Safari as well as <a href="http://www.books24x7.com/books24x7.asp" rel="nofollow">Books24x7</a>.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488446#4884461Answer by Brian Agnew for Suggestions for books to buy for an office library?Brian Agnew2009-01-28T16:59:17Z2009-01-28T16:59:17Z<p>It seems to me that you've a ton of programming books, but I think you need more than that. For instance, I guess your work involves networks, databases, possibly user interface design, and so on.</p>
<p>I'd steer clear of books related to particular implementations of technology. Far better to look at books recommending best practises etc. I've thrown out more books than I care to think about relating to particular versions of Java/Perl/HTML etc. However my copies of The Pragmatic Programmer and Code Complete (linked elsewhere in this conversation) remain timeless.</p>
<p>For networks I'd recommend <a href="http://rads.stackoverflow.com/amzn/click/0201633469" rel="nofollow">Steven's TCP/IP Illustrated</a>. Having a networking book is invaluable - I find networking to be one of the most comprehensively misunderstood aspects of the environments we work in nowadays.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488505#4885052Answer by Julien Chastang for Suggestions for books to buy for an office library?Julien Chastang2009-01-28T17:19:59Z2009-01-28T17:19:59Z<p>Brian Goetz, author of Java Concurrency in Practice, <a href="http://www.ibm.com/developerworks/java/library/j-jtp05254.html" rel="nofollow">states</a>:</p>
<blockquote>
<p><a href="http://rads.stackoverflow.com/amzn/click/0764543857" rel="nofollow">J2EE Design and
Development</a>, which is
one of the best books I've read on
Java development, J2EE or not.</p>
</blockquote>
<p>I agree, this is one of the best book about Java development, and is where the Spring Framework is introduced.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488520#4885200Answer by Julien Chastang for Suggestions for books to buy for an office library?Julien Chastang2009-01-28T17:22:33Z2009-01-28T17:22:33Z<p>If you are feeling baffled by Java Generics: <a href="http://oreilly.com/catalog/9780596527754/" rel="nofollow">Java Generics and Collections</a> by Maurice Naftalin, Philip Wadler</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488562#4885621Answer by Esko for Suggestions for books to buy for an office library?Esko2009-01-28T17:31:55Z2009-01-28T19:07:29Z<ul>
<li><a href="http://rads.stackoverflow.com/amzn/click/0131177052" rel="nofollow">Working Effectively With Legacy Code</a> is an excellent book and one of the least dust-collecting ones at our office.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1932394850" rel="nofollow">Test Driven: TDD and Acceptance TDD for Java Developers</a> This book taught TDD to me.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1590599217" rel="nofollow">Pro Spring 2.5</a> is our Tome of Knowledge for Spring Framework.</li>
<li><a href="http://rads.stackoverflow.com/amzn/click/1932394982" rel="nofollow">Wicket in Action</a> is excellent if Wicket is your web framework of choice or you're evaluating Wicket for future projects.</li>
</ul>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488591#4885911Answer by John for Suggestions for books to buy for an office library?John2009-01-28T17:40:16Z2009-01-28T17:40:16Z<p>All of the applicable O'Reilly pocket References.</p>
<p>They are generally worth their weight in gold and at under £6 each, cheap.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488617#4886170Answer by tunnuz for Suggestions for books to buy for an office library?tunnuz2009-01-28T17:46:20Z2009-01-28T17:46:20Z<p>What about something about web design and CSS?</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/488693#4886933Answer by dw.mackie for Suggestions for books to buy for an office library?dw.mackie2009-01-28T18:08:31Z2009-01-28T18:08:31Z<p>The other suggestions above are great.</p>
<p>Here are mine:<br>
<a href="http://rads.stackoverflow.com/amzn/click/0596528124" rel="nofollow">Mastering Regular Expressions</a>. (Friedl)<br>
<a href="http://rads.stackoverflow.com/amzn/click/0201835959" rel="nofollow">The Mythical Man Month</a> (Brooks)<br>
<a href="http://rads.stackoverflow.com/amzn/click/0201657880" rel="nofollow">Programming Pearls</a> (Bentley)<br>
<a href="http://rads.stackoverflow.com/amzn/click/0131177052" rel="nofollow">Working Effectively with Legacy Code</a> (Feathers) <br>(which I see now someone else also recommended)</p>
<p>Also, as others have recommended, you can't beat a Safari subscription.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/489112#4891120Answer by Apocalisp for Suggestions for books to buy for an office library?Apocalisp2009-01-28T20:11:31Z2009-01-28T20:11:31Z<p><a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Structure and Interpretation of Computer Programs</a></p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/489115#4891150Answer by Apocalisp for Suggestions for books to buy for an office library?Apocalisp2009-01-28T20:12:34Z2009-01-28T20:23:35Z<p><a href="http://rads.stackoverflow.com/amzn/click/0521663504" rel="nofollow">Purely Functional Data Structures</a></p>
<p>The books that you will return to most often are the ones that contain useful data structures and good advice on choosing appropriate data structures for a given task.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/489177#4891771Answer by Apocalisp for Suggestions for books to buy for an office library?Apocalisp2009-01-28T20:27:45Z2009-01-28T20:27:45Z<p><a href="http://rads.stackoverflow.com/amzn/click/0142000280" rel="nofollow">Getting Things Done</a> by David Allen.</p>
<p>This is a very short book about personal productivity and everybody in your office ought to read it at least once.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/489329#4893290Answer by Casey for Suggestions for books to buy for an office library?Casey2009-01-28T20:57:51Z2009-01-28T20:57:51Z<p>Just stumbled across this link: <a href="http://www.ibm.com/developerworks/java/library/j-javaresources.html" rel="nofollow">Essential Java Resources</a>.</p>
<p>Hope it helps out.</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/498201#4982010Answer by Vinay for Suggestions for books to buy for an office library?Vinay2009-01-31T03:57:44Z2009-01-31T03:57:44Z<p>The C++ Programming Language by Bjarne Stroustrup</p>
<p>The C Programming Language by K & R</p>
<p>Scott Mayers Book Series</p>
<p>Martin Fowler Books</p>
http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library/498285#4982853Answer by Doug McClean for Suggestions for books to buy for an office library?Doug McClean2009-01-31T04:46:01Z2009-01-31T04:46:01Z<p>Meta suggestion: give each developer an annual budget for books. It will boost morale, and you will build up a library appropriate to your team's specific area of practice and peripheral interests. Consider setting up a lightweight procedure to prevent duplicates or a catalog so borrowed things won't get lost.</p>