<> === Agile Programming === '''Extreme Programming Explained: Embrace Change''' (ASIN:0201616416) by Kent Beck is the original book on XP by the man who invented it. Still the best overview. Now available in a second edition (ISBN:0321278658) that's ''very'' different. '''Extreme Programming Installed''' (ASIN:0201708426) by Ron Jeffries, Ann Anderson, Chet Hendrickson, Kent Beck is more detailed, and will help you learn to do it. '''Planning Extreme Programming''' (ASIN:0201710919) by Kent Beck, Martin Fowler concentrates on the Planning Game. '''Refactoring: Improving the Design of Existing Code''' (ASIN:0201485672) by Martin Fowler is a necessary resource if you're going to Refactor Mercilessly. '''Extreme Programming Applied: Playing to Win''' (ASIN:0201616408) by Ken Auer, Roy Miller is a practical book with some slightly different points of view. '''Agile Software Development''' (ASIN:0201699699) by Alistair Cockburn is a really cool book about the people aspects of software development. It goes really deep. It's not an XP book, by the way. '''Lean Software Development: An Agile Toolkit for Software Development Managers''' (ISBN:0321150783) by Mary and Tom Poppendieck. This book explores the value equation to the business of practicing agile development. It will help you reduce the waste in your software development. '''The Art of Agile Development''' (ISBN:0596527675) by James Shore and Shane Warden. An up-to-date overview on XP-centric agile software development. === Development Tools and Practices === '''Working Effectively with Legacy Code''' by Michael Feathers (ISBN:0131177052) Another book on my list to read based on some of the pre-publication excerpts. How do you alter a system that has no safety net of unit tests and is an architectural mess? Here's a bunch of techniques. As Michael Feathers describes it: ''In a way, it is sort of like a prequel to Martin Fowler's Refactoring book. The book contains a set of stategies you can use to understand code, get it under test, add to it without mucking it up, and decide on more appropriate designs in light of what is there. A large part of the book is FAQ-ish with chapters named after common problems, and it ends up with a set of dependency breaking techniques you can use to help get your code under test.'' '''Java Tools for Extreme Programming: Mastering Open Source Tools Including Ant, JUnit, and Cactus''' (ASIN:047120708X) by Richard Hightower, Nicholas Lesiecki is more about the tools than it is about Extreme Programming, but that's certainly not a condemnation of the book. '''Writing Effective Use Cases''' (ISBN:0201702258) by Alistair Cockburn. I know longer think that it's necessary to fully document your requirements on paper in order to realize those requirements in software, but if you want to do so, this book provides an excellent lesson in writing Use Cases at various levels. Most Use Case authors should read this--I've seen some really atrocious "Use Case documents." '''Design Patterns: Elements of Reusable Object-Oriented Software''' (ISBN:0201633612) by Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides. The original book on Design Patterns. I find the writing in this book a bit dry and abstract, but it's still an excellent catalog of basic design patterns. === Enterprise Applications === '''EJB Design Patterns: Advanced Patterns, Processes, and Idioms''' (ASIN:0471208310) by Floyd Marinescu is the book on EJB design patterns. I like it better than '''Core J2EE Patterns: Best Practices and Design Strategies''' by Deepak Alur, John Crupi, Dan Malks (first edition: ISBN:0130648841), though the second edition (ISBN:0131422464) seems improved. They've at least corrected the overloaded use of "value object" to "transfer object." '''Patterns of Enterprise Application Architecture''' (ASIN:0321127420) by Martin Fowler, et. al. If you're building distributed, persistent systems, this is the book to read first. === Teamwork === '''Agile Retrospectives: Making Good Teams Great''' (ISBN:0977616649) by Esther Derby and Diana Larsen Diana Larsen has pointed out that retropsectives are key to agility. With them, a team will move toward more effective practices in all areas. Without them, you're just following another recipe. This book describes the process, and also gives some specific techniques you can use. There are some great tips sprinkled along the way. '''Communication Gaps and How to Close Them''' (ISBN:0932633536) by Naomi Karten. Most problems between people result from communication problems. In this book, Naomi Karten covers a huge territory, including * the communication problems that occur between two individuals and how to untangle them * the communications needed for effective teamwork, and how to build them * the communications needed for dealing with customers, and how to provide them * and how times of change affect communications. === Change === '''Fearless Change: Patterns for Introducing New Ideas''' (ISBN:0201741571) by Mary Lynn Manns and Linda Rising. This book won't make change easy, but it will clarify how you describe the process. That, alone, will give you benefit. And, along the way, the book gives some helpful advice on being a change agent. '''Are Your Lights On?: How to Figure Out What the Problem Really Is''' (ISBN:0932633161) by Donald C. Gause and Gerald M. Weinberg. Before you can solve someone's problem, you need to understand ''their'' problem, not just your solution. '''Managing Transitions''' (ISBN:0738213802) by William Bridges. Contemplating an Agile transition (or any other large scale change)? Read this book first. William Bridges uses a different model for the experience of change than Virginia Satir described, but it covers the same territory. And Bridges offers specific and helpful advice for executives considering the introduction of change to an organization. Please, do yourself a favor, and read this book ''before'' undertaking such a change. === Managing === '''Behind Closed Doors: Secrets of Great Management''' (ISBN:0976694026) by Johanna Rothman and Esther Derby. This book provides an excellent guide for project managers, especially new ones. Often technical people are promoted to manager without being given training. This book is especially for them. '''Manage It!: Your Guide to Modern, Pragmatic Project Management''' (ISBN:0978739248) by Johanna Rothman. '''Quality Software Management''' by Gerald M. Weinberg * '''Volume 1: Systems Thinking''' (ISBN:0932633226) * '''Volume 2: First-Order Measurement''' (ISBN:0932633242) * '''Volume 3: Congruent Action''' (ISBN:0932633285) * '''Volume 4: Anticipating Change''' (ISBN:0932633323) '''Manage Your Project Portfolio: Increase Your Capacity and Finish More Projects''' (ISBN:1934356298) by Johanna Rothman helps organization deal with the larger picture of multiple projects. === Coaching === '''The Secrets of Consulting: A Guide to Giving and Getting Advice Successfully''' (ISBN:0932633013) by Gerald M. Weinberg '''Flawless Consulting: A Guide to Getting Your Expertise Used''' (ISBN:0470620749) by Peter Block '''The Mindful Coach: Seven Roles for Facilitating Leader Development''' (ISBN:0470548665) by Doug Silsbee ---- See also: BookReviews, ReadingList CategoryBooks