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

any books on project management/ design you guys can recommend?

I am looking for a practical hands on approach, nothing heavy on theory.

Update

For 1-man development projects, what book would you recommend so I can plan the project, what needs to be done exactly, tasks, estimations, etc.

share|improve this question

closed as not constructive by Bill the Lizard Sep 30 '11 at 0:50

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.

8 Answers

My favorite book related to project management is The Art of Project Management, by Scott Berkun. It is written from the perspective of a former Microsoft employee and he talks in great depth about specific "war stories" to tie points together.

share|improve this answer
Note that "Making Things Happen" (as mentioned in David Kemp's reaction) is actually the second edition of "The Art of Project Management". Slightly confusing, given the title change... – Arnout Nov 25 '08 at 14:59
Ah, I did not realize that. I will have to check into if there is any significant content changes, as I thoroughly enjoyed the first edition. Thanks for the heads up! – joseph.ferris Nov 25 '08 at 15:50
I didn't know that either, but I definatly recommend TAPM. It's my style of management. I bought "Applied Software Project Management" after this, and was disappointed. – monkut Feb 19 '09 at 2:52

Making Things Happen: methodology-agnostic (to a larger extent); full of wisdom.

share|improve this answer

For personal process: Getting Things Done, by David Allen

share|improve this answer

Project management and design are very different specialisms. What type of design do you mean?

Peopleware and The Mythical Man-Month are two of the standard recommendations for (software) Project Management.

share|improve this answer
i want to build a CMS, so I want a roadmap for planning the tasks/stories and getting some kind of estimation on when it will get done. – Blankman Nov 25 '08 at 14:10

It's not so much a book specifically on project management, but it nicely tackles the things you mention in the update to your initial question: Code Complete.

share|improve this answer

I recently picked up a copy of Pragmatic Studio's Manage It! on a whim. And despite it's rather annoying name has turned out to be fantastic.

The author has managed real software projects, and this book was written about programming projects. Which as we all know are fundamentally different than other industries.

share|improve this answer

I agree with Galwegian - there is very little overlap between pure Project Management and Design.
For a cross-over book I would recommend "Writing Effective Use Cases" by Alistair Cockburn. It's high-level enough to allow involvement as a Project Manager and will give you some insight into how to specify user needs effectively towards developers.

It's not really design, it's not really Project Management, but it's pretty much what happens in between.

share|improve this answer

I enjoyed very-much Head First Software Development, very hands-on, lots of funny exercises. The kind of book that you can start applying straight away, very pragmatic.

share|improve this answer

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