Questioning Extreme Programming

Questioning Extreme Programming

by Pete McBreen, Kent Beck
ISBN-10:
0201844575
ISBN-13:
9780201844573
Pub. Date:
02/28/2003
Publisher:
Pearson Education
ISBN-10:
0201844575
ISBN-13:
9780201844573
Pub. Date:
02/28/2003
Publisher:
Pearson Education
Questioning Extreme Programming

Questioning Extreme Programming

by Pete McBreen, Kent Beck
$29.99 Current price is , Original price is $29.99. You
$29.99 
  • SHIP THIS ITEM
    This item is available online through Marketplace sellers.
  • PICK UP IN STORE
    Check Availability at Nearby Stores
$13.39 
  • SHIP THIS ITEM

    Temporarily Out of Stock Online

    Please check back later for updated availability.

    • Condition: Good
    Note: Access code and/or supplemental material are not guaranteed to be included with used textbook.

This item is available online through Marketplace sellers.


Overview

Extreme Programming (XP) has been the subject of heated debate since it burst on to the programming scene in 1998. Understandably so, because it contradicts many traditional software development beliefs. We’ve heard success stories about sweeping changes made to organizations, and all of the good that has come as a result of them. We’ve read books about how this approach can work for our teams. But what about the times when it isn’t appropriate? There are certainly instances when making the leap to XP could sacrifice a whole project. What’s missing from all of this rhetoric? Witness Pete McBreen, software craftsman, examine the issue from both sides.

In Questioning Extreme Programming, the author helps you answer such questions:

  • Is the cost of change really low?
  • Does XP do proper testing?
  • Does XP make sense?
  • Is XP a return to the dark ages?
  • What can other approaches learn from XP?
  • Do you need process improvement or process change ?
  • Why are developers so zealous about adopting XP?
  • Is XP suitable for your projects?
  • What is the next step after Extreme Programming?
  • After reading this thought-provoking book, software developers can make an informed decision about Extreme Programming, and whether it is suitable for their organization. Readers will also be able to determine whether Extreme Programming is inappropriate for their project. Discover for yourself. Look past the hype, and start asking the hard questions about how software is built.


    Product Details

    ISBN-13: 9780201844573
    Publisher: Pearson Education
    Publication date: 02/28/2003
    Series: XP Series
    Pages: 201
    Product dimensions: 8.06(w) x 7.90(h) x 0.13(d)

    About the Author

    Pete McBreen is the author of Software Craftsmanship (Addison-Wesley, 2002). He is an independent consultant who actually enjoys writing and delivering software. Despite spending a lot of time writing, teaching, and mentoring, he goes out of his way to ensure that he does hands-on coding on a live project every year. Pete specializes in finding creative solutions to the problems that software developers face. After many years of working on formal and informal process improvement initiatives, he took a sideways look at the problem and realized, “Software development is meant to be fun. If it isn’t, the process is wrong.” Pete lives in Cochrane, Alberta, Canada and has no plans to move back to a big city.



    Table of Contents

    Preface.
    Adopting Extreme Programming.
    Resisting Extreme Programming.
    Looking For Alternatives To Extreme Programming.
    Improving Your Current Software Development Process.
    Why You Should Read This Book.
    Acknowledgments.

    I. INTRODUCTION.


    1. XP: Hype or Hyper-Productive?
    Sample Claims, Counter Claims and Misinformation.
    Is There Any Hard Evidence To Support The Claims For XP?
    All Processes Are Situational.
    Do You Need Process Improvement Or Process Change?
    Understanding Software Development Processes.
    Understanding The Controversy Around XP.
    Is XP an option for you?
    Summary.

    II. WHAT IS A METHODOLOGY?


    2. What Do Methodologies Optimize?
    Why The Focus On Fear?
    Methodologies Record Bad Experiences On Projects.
    What Do Developers Look For In A Process?
    Experience, Talent And Tacit Knowledge.
    Heavy, Rigorous, Tailorable, Light, Minimal And Agile Methodologies.
    Summary.

    3. What are XP Projects Scared of?
    XP Was Created To Address Project Risks.
    But Project Risks Are Symptoms, Not The Disease.
    Summary.

    4. What Do Other Methodologies Consider Important?
    What Do Software Engineering Projects Consider Important?
    What Do Open Source Projects Consider Important?
    What Is Important To Agile Projects?
    Summary.

    5. What Is Important For Your Projects?
    Reinterpreting Experience In The Light Of New Knowledge.
    Understanding Process, Culture and Methodologies.
    Maintenance and evolution of the software.
    Can a Methodology per Project really work?
    So What Is Important To Your Projects?
    Learning From XP To Improve Your Process.
    Summary.

    III. QUESTIONING THE CORE XP PRACTICES.


    6. Planning Incremental Development.
    Small Releases.
    User Stories.
    Planning Game.
    Open Questions.
    What Can Other Approaches Learn From XP?
    Summary.

    7. Truly Incremental Development.
    Simple Design.
    Refactoring.
    System Metaphor.
    Collective Code Ownership.
    Continuous Integration.
    Open Questions.
    What Can Other Approaches Learn From XP?
    Summary.

    8. Are We Done Yet?
    Coding Standards.
    Test First Development.
    Acceptance Tests.
    Open Questions.
    What Can Other Approaches Learn From XP?
    Summary.

    9. Working At This Intensity Is Hard.
    40-Hour Work Week.
    Pair Programming.
    On-site Customer.
    Open Questions.
    What Can Other Approaches Learn From XP?
    Summary.

    10. Is That All There Is To Extreme Programming?
    Keeping an XP Project On Process.
    Continuous Reflection.
    Distributed Development and Extreme Programming.
    Open Questions.
    What Can Other Approaches Learn From XP?
    Summary.

    IV. QUESTIONING XP CONCEPTS.


    11. The Source Code is the Design?
    Software Development is Mainly a Design Activity.
    Managing Complexity.
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    12. Test First Development?
    But Do Programmers Know Enough About Testing?
    How Expensive Are Automated Acceptance Tests?
    Effectively Defect Free vs. Good Enough Software.
    What About Code That Is Hard To Test?
    Can Acceptance Tests Be Used To Measure Progress?
    Does XP Do Proper Testing?
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    13. Large Scale XP?
    Are Large Teams a Goal?
    Long Running Projects.
    Coordinating Multiple Teams.
    Is It OK For A Process To Have Limits?
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    14. Is the Cost of Change Really Low?
    What Is The Cost Of a Requirements Change?
    What Is The Cost Of Fixing a Bug?
    What Is The Cost Of Fixing a Design Error?
    What Is The Cost Of Fixing a Error of Understanding?
    What Is The Cost Of a Release?
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    15. Setting the Dials on 10.
    What About The Overdose Effect?
    Pretty Adventuresome Programming.
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    16. Requirements: Documentation or a Conversation?
    Can Changes To Requirements Be Controlled?
    Requirements Traceability is One Way to Handle Change.
    Does The On-site Customer Know Enough?
    Emergent Requirements.
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    17. Is Oral Documentation enough?
    Who Reads The Documentation?
    Is A Handoff To Maintenance Useful?
    Can Maintainers Really Rely On The Documentation?
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    18. Playing To Win?
    Does XP Actively Manage All Risks?
    Does XP Require Experienced Teams?
    Can We Win With A Team Of Novices?
    Why Now? What Has Changed?
    What does this mean for XP?
    Summary.

    V. UNDERSTANDING THE XP COMMUNITY.


    19. ReallyStrangeSayings.
    MixedCase and Initial-Slang.
    WikiWords Are Not Always Politically Correct.
    You Aren't Gonna Need It.
    The Source Code Is The Design.
    Once And Only Once.
    Do The Simplest Thing That Could Possibly Work.
    Getting Beyond The Sayings.
    Summary.

    20. Feel the Hostility, Experience the Joy.
    Just a Bunch Of Undisciplined Hacker Cowboys?
    Is XP a Return To The Dark Ages?
    The Best Project We Have Ever Worked On!
    Developers Are Attracted To XP.
    So Is XP a Cult?
    Summary.

    21. Transitioning Away From Extreme Programming.
    Does XP Lock a Project into the Extreme Practices?
    Welcome To The Hotel California?
    Retraining Extreme Programmers.
    Retraining Customers.
    What Is Next After Extreme Programming?
    Where Will The Next Process Come From?
    Summary.

    VI. YOUR CHOICE.


    22. Is XP for You?
    Is Your Current Approach Broken?
    Is Your Organization Ready For XP?
    Do Your Developers Want To Use XP?
    Is Your Customer Ready For XP?
    Are Your Projects Suitable For XP?
    But We Can Overcome These Difficulties.
    Applying the Lessons of Extreme Programming.
    Do You Really Need To Adopt XP?
    Rolling Your Own Process.
    Summary.

    23. Do You Have A Suitable First Project?
    Assessing Projects For Suitability To Extreme Programming.
    Preparing Your XP Team.
    Summary.

    Epilogue.
    Bibliography.

    Preface

    Extreme Programming sounds great—can we do it without changing our process?

    When I first heard about Extreme Programming in May 1998 I could see that it was going to be controversial. It was immediately obvious from the wide range of reactions that were expressed to two talks given by Kent Beck and Ron Jeffries at a seminar on “Developing Software with Objects” in Oslo. (Hosted by Den Norske Dataforening on 13 May, 1998) Many developers seemed to be attracted to it, but others in the room challenged the ideas and concepts behind Extreme Programming.

    Personally my reactions were mixed. It sounded like it would be a fun approach to software development and it didn’t sound like it was applicable to the kinds of projects that I was involved in. Admittedly, my initial reservations were about how easy it would be to sell the approach, but as I inquired deeper into Extreme Programming I came to realize that there are fairly stringent preconditions for teams that wish to adopt and use XP. It seems to me that many of the reactions to Extreme Programming can be explained by the fit between these preconditions and the particular project circumstances that a person has experienced.

    This book sets out to question Extreme Programming in an attempt to understand and explain the controversy that surrounds Extreme Programming. My goal for this book is to allow you, the reader, to determine if Extreme Programming is applicable and appropriate for your projects, to investigate what lessons can be learned from Extreme Programming and to enable you to be more reflective about your software development practices.

    Before getting down to that I must firstexplain my biases. As a developer I am attracted towards the ideas behind XP, mainly because most of the developers I have talked to that have worked on XP projects have really enjoyed the experience. I am also a strong fan of XP style unit testing and have introduced JUnit (www.junit.org) to many project teams. Although I have never worked on a full XP project, I have worked in a team that initially claimed that it was going to be doing XP, but actually turned out to be doing something that was vaguely related to some of the XP practices.

    As much as is possible I have tried to present both sides of the debate surrounding Extreme Programming without getting into the continual flame-fest that discussions on usenet newsgroups and email lists often contain.

    I have written this book as a practical guide for four different audiences:

    • people who are thinking of adopting Extreme Programming
    • people who are resisting the idea of adopting Extreme Programming,
    • people who are looking for alternatives to Extreme Programming
    • people who are interested in improving their current software development process

    As a practical guide this book is focused on identifying issues surrounding software development and discussing how Extreme Programming interacts with these issues. As this is a practical guide, you will not find much in the way of detailed studies and experimental data. This book focuses on clarifying the issues so that you, the reader, can determine the fit between Extreme Programming and your specific circumstances.

    Adopting Extreme Programming

    All processes are situational. Software development is not a mechanical process and as such you will never be able to adopt a process without doing some adapting to fit with your circumstances and team. Before adopting Extreme Programming you need to have a deep understanding of the values that drive it so that the adaptations you make match the overall spirit of XP.

    This book looks back to the roots of XP to enable you to understand the underlying software development issues so that you can better assess how XP will fit your organization. This book will also expose you to alternate approaches that might be a better fit.

    Resisting Extreme Programming

    Extreme Programming is a different kind of software development process, it is one that many programmers actually want to use. All too often however this means that some programmers end up pushing the idea of adopting XP when for one reason or another it does not really fit the organization.

    This book provides the questions you need to ask to determine whether XP really does fit the needs and circumstances of your organization. Hopefully it will also allow you to identify the issues with your current process that caused XP to be raised as a potential alternative in the first place. Then, rather than shooting the messenger or dismissing the message, the book asks the question “What can we learn from XP?”

    Looking For Alternatives To Extreme Programming

    Extreme Programming is a great fit for some projects and organizations, but one size does not fit all. There are many other software development approaches, and with all of the exposure that Extreme Programming is getting, these alternatives are getting somewhat lost. Using an Agile Methodology does not necessarily mean using Extreme Programming.

    Questioning Extreme Programming attempts to uncover the issues that are driving the creation of new approaches to software development. By exposing these issues I hope to spur software developers and their managers to create alternative approaches that build on the strengths of Extreme Programming while incorporating the strengths of the other approaches.

    Improving Your Current Software Development Process

    Adopting a new software development process can be hard. The organization has to learn how to effectively apply the new process and there is the transition period when some projects are using the new process while the rest are still using the old process. Sometimes it just makes sense to retain your existing process and to try to improve it by dropping parts, changing parts and adding new parts.

    By continually asking the question “What can we learn from XP?” this book highlights different ideas that could potentially be applied within the context of a different process. The resulting hybrid will not be XP, but then again, that is not the goal. By adopting the Extreme Programming mindset of continually reflecting on, and tinkering with, the process, you open up the possibility of creating your own optimized process.

    Why You Should Read This Book

    The way that we develop software is changing. Yes, people have always claimed that the IT industry has been a real driver for change, but until recently that change has only really shown up in the hardware and software. The way that we develop software has been remarkably resistant to change.

    Indeed Watts S. Humphrey spoke for many methodologists in his article, “Why Don't They Practice What We Preach? ” when he said

    “One of the most intractable problems in software is getting engineers to use effective methods.” http://www.sei.cmu.edu/publications/articles/practice-preach/practice-preach.html

    Many proponents of Extreme Programming would claim that the problem is no longer intractable - lots of programmers would jump at the chance of using XP. Indeed many developers are very keen to experiment with and try out new ways of developing software. It seems as if developers are beginning to see that things have changed. Jim Highsmith probably summed this up best when he said

    We must challenge our most fundamental assumptions about software development.” Highsmith, 2000, p13

    Questioning Extreme Programming invites you to take up that challenge.

    Acknowledgments

    First I would like to thank Kent Beck, Ward Cunningham and Ron Jeffries for starting the conversation around eXtreme programming. If nothing else they have managed to make software development methodologies interesting again.

    As usual, the team at Addison-Wesley was extremely supportive and enthusiastic about this project–Ross Venables, Mike Hendrickson, et. al. My reviewers seemed particularly gleeful this time, and although one expressed regrets that the book is not the flame-fest material he hoped for, all helped me to clarify my thoughts about Extreme Programming–Alastair Handley, Andy Hunt, Dave Thomas, Greg Klafki, Jens Coldewey, Jim Highsmith, Kent Beck, Miroslav Novak, Ron Jeffries and Rudy Wrench.



    From the B&N Reads Blog

    Customer Reviews