Suggestions for books to buy for an office library? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T08:02:08Z http://stackoverflow.com/feeds/question/488144 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/488144/suggestions-for-books-to-buy-for-an-office-library 2 Suggestions for books to buy for an office library? matt b 2009-01-28T15:50:34Z 2009-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#488152 9 Answer by Phill Sacre for Suggestions for books to buy for an office library? Phill Sacre 2009-01-28T15:53:12Z 2009-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#488155 6 Answer by Kevin for Suggestions for books to buy for an office library? Kevin 2009-01-28T15:54:06Z 2009-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#488156 1 Answer by mouviciel for Suggestions for books to buy for an office library? mouviciel 2009-01-28T15:54:09Z 2009-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#488157 12 Answer by SQLMenace for Suggestions for books to buy for an office library? SQLMenace 2009-01-28T15:54:11Z 2009-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#488159 5 Answer by Steve B. for Suggestions for books to buy for an office library? Steve B. 2009-01-28T15:54:32Z 2009-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#488161 13 Answer by Gonzalo Quero for Suggestions for books to buy for an office library? Gonzalo Quero 2009-01-28T15:54:58Z 2009-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#488163 0 Answer by Leonidas for Suggestions for books to buy for an office library? Leonidas 2009-01-28T15:55:00Z 2009-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#488180 2 Answer by tvanfosson for Suggestions for books to buy for an office library? tvanfosson 2009-01-28T16:00:01Z 2009-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#488223 4 Answer by coobird for Suggestions for books to buy for an office library? coobird 2009-01-28T16:11:47Z 2009-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#488317 1 Answer by pgras for Suggestions for books to buy for an office library? pgras 2009-01-28T16:28:21Z 2009-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#488319 0 Answer by David for Suggestions for books to buy for an office library? David 2009-01-28T16:28:30Z 2009-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#488361 0 Answer by barneytron for Suggestions for books to buy for an office library? barneytron 2009-01-28T16:35:49Z 2009-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 &lt;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#488385 1 Answer by Scott A. Lawrence for Suggestions for books to buy for an office library? Scott A. Lawrence 2009-01-28T16:40:46Z 2009-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#488446 1 Answer by Brian Agnew for Suggestions for books to buy for an office library? Brian Agnew 2009-01-28T16:59:17Z 2009-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#488505 2 Answer by Julien Chastang for Suggestions for books to buy for an office library? Julien Chastang 2009-01-28T17:19:59Z 2009-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#488520 0 Answer by Julien Chastang for Suggestions for books to buy for an office library? Julien Chastang 2009-01-28T17:22:33Z 2009-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#488562 1 Answer by Esko for Suggestions for books to buy for an office library? Esko 2009-01-28T17:31:55Z 2009-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#488591 1 Answer by John for Suggestions for books to buy for an office library? John 2009-01-28T17:40:16Z 2009-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#488617 0 Answer by tunnuz for Suggestions for books to buy for an office library? tunnuz 2009-01-28T17:46:20Z 2009-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#488693 3 Answer by dw.mackie for Suggestions for books to buy for an office library? dw.mackie 2009-01-28T18:08:31Z 2009-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#489112 0 Answer by Apocalisp for Suggestions for books to buy for an office library? Apocalisp 2009-01-28T20:11:31Z 2009-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#489115 0 Answer by Apocalisp for Suggestions for books to buy for an office library? Apocalisp 2009-01-28T20:12:34Z 2009-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#489177 1 Answer by Apocalisp for Suggestions for books to buy for an office library? Apocalisp 2009-01-28T20:27:45Z 2009-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#489329 0 Answer by Casey for Suggestions for books to buy for an office library? Casey 2009-01-28T20:57:51Z 2009-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#498201 0 Answer by Vinay for Suggestions for books to buy for an office library? Vinay 2009-01-31T03:57:44Z 2009-01-31T03:57:44Z <p>The C++ Programming Language by Bjarne Stroustrup</p> <p>The C Programming Language by K &amp; 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#498285 3 Answer by Doug McClean for Suggestions for books to buy for an office library? Doug McClean 2009-01-31T04:46:01Z 2009-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>