Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

Any suggestions on titles to put on the list? We mostly concentrate on Java and web application development, using Spring, Web Services, SQL, etc.

My thoughts so far:

share|improve this question
Without the Java and webapp emphasis this would indeed be a clear duplicate. Should be CW in any case (asks for subjective suggestions)! – Jonik May 17 '09 at 11:39

closed as not constructive by templatetypedef, Bill the Lizard Sep 25 '11 at 21:53

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

26 Answers

up vote 13 down vote accepted

Why don't you get a couple of Safari licenses instead? That way several people can read the same book and you can choose from many more books

In case you want a list see 5 Books Every Developer Should Read

share|improve this answer
Two people rarely want to read the same book at the same time. So this is only useful with higher numbers of people. Like in a university. And after all - a book is still a better thing to bookmark with notes and also show to each other. Not to mention to read by oneself. – Leonidas Jan 28 '09 at 15:57
ever heard of print? – SQLMenace Jan 28 '09 at 15:59
I agree with Leonidas, but I like the Safari recommendation as well - might be a cost effective way to give us access to many books all at once – matt b Jan 28 '09 at 16:01
This is a good suggestion. This gives you access to hundreds of books to peruse at your leisure. But it also allows you try before you buy. Keep a safari subscription for awhile and only buy the physical books after you've looked at them on Safari to determine their value. – GregD Jan 28 '09 at 20:39

Code Complete. It should be on every programmer's library.

share|improve this answer

One good book which I found very helpful is The Pragmatic Programmer - should be in any developer's library (or work library).

share|improve this answer

Refactoring

GOF design patterns

code complete

Unix power tools (best general unix book I've ever come across)

share|improve this answer
+1 for power tools books – Andy White Mar 11 '09 at 3:00

Java Puzzlers by Joshua Bloch and Neal Gafter would be a nice compliment to Effective Java.

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.

A sample chapter is available from the book's website.

share|improve this answer

The other suggestions above are great.

Here are mine:
Mastering Regular Expressions. (Friedl)
The Mythical Man Month (Brooks)
Programming Pearls (Bentley)
Working Effectively with Legacy Code (Feathers)
(which I see now someone else also recommended)

Also, as others have recommended, you can't beat a Safari subscription.

share|improve this answer

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.

share|improve this answer
This is a great idea, if the management approves - thanks! – matt b Feb 1 '09 at 14:33

Pragmatic Unit Testing (link is jUnit, but nUnit is also available).

share|improve this answer

Brian Goetz, author of Java Concurrency in Practice, states:

J2EE Design and Development, which is one of the best books I've read on Java development, J2EE or not.

I agree, this is one of the best book about Java development, and is where the Spring Framework is introduced.

share|improve this answer

The art of software testing by Glenford J. Myers.

share|improve this answer

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 :(

As you suggested I would recommend Effective Java and Head First Design Patterns. I also liked a lot Implementation Patterns from Kent Beck...

share|improve this answer

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 Books24x7.

share|improve this answer

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.

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.

For networks I'd recommend Steven's TCP/IP Illustrated. 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.

share|improve this answer

All of the applicable O'Reilly pocket References.

They are generally worth their weight in gold and at under £6 each, cheap.

share|improve this answer
share|improve this answer

Getting Things Done by David Allen.

This is a very short book about personal productivity and everybody in your office ought to read it at least once.

share|improve this answer

If you do modeling in UML: some book on UML (obviously). Nice to look for some constructs.

I like this book from Booch et al.

share|improve this answer

About Face 3: The Essentials of Interaction Design by Alan Cooper, et al.

share|improve this answer

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.

share|improve this answer
It doesn't seem to have much on older technologies, and every big project that's central to company operations perforce is built at least partly on older technologies. For example, I had to buy books on MFC to supplement Safari. – David Thornley Jan 28 '09 at 17:39
Any idea how a corporate subscription works? Are all employees given a single login to use? Can multiple employees log on at same time? – matt b Jan 28 '09 at 17:55
@David Thornley: I know what you mean about not having much on older technologies. I still have piles of dead tree at home for 90's tech. @matt b: I don't know if all employees are permitted to use one account. Sometimes I log on with my account from multiple workstations and never had problems. – barneytron Jan 28 '09 at 21:16

If you are feeling baffled by Java Generics: Java Generics and Collections by Maurice Naftalin, Philip Wadler

share|improve this answer

What about something about web design and CSS?

share|improve this answer

Purely Functional Data Structures

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.

share|improve this answer

Just stumbled across this link: Essential Java Resources.

Hope it helps out.

share|improve this answer

The C++ Programming Language by Bjarne Stroustrup

The C Programming Language by K & R

Scott Mayers Book Series

Martin Fowler Books

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.