• Solutions
    • I Can Help
      • Define
      • Educate
      • Integrate
      • Advise
    • Consultation
      • Assessments
      • Design Reviews
      • Code Inspections
      • Ongoing Support
    • Training Classes
      • Training Schedule
      • On-Site Classes
      • Online Training
      • Customized Coaching and Mob Facilitation
    • Learning Roadmap
      • Developer Essentials Training
        • Agile Analysis and Design Patterns
        • Hands-On: Extreme Programming Practices
      • Scrum Framework Developer Essentials
      • Design Pattern Developer Essentials
      • Object-Oriented Analysis and Design Patterns
      • Scrum Software Developer Essentials
      • Agile Software Developer Essentials
      • Agile Software Developer Intensives
    • Speaking
      • Beyond the Legacy Code Crisis
      • Five Developer Practices for Agile Software
      • Writing High Quality, CLEAN Code
      • Essential Scrum Developer Practices
      • Improving Your Scrum Process
      • The Agile Development Advantage
    • Testimonials
    • Clients
  • Resources
    • Blog
    • My Book: Beyond Legacy Code
    • Bibliography
    • Referral Program
    • Associates
  • Contact
    • Contact Me
    • Schedule A Call
    • About
  • Schedule A Call

Why XP After All These Years

  1. Home
  2. Blog
  3. Why XP After All These Years

2025 Public Training Schedule

June 23 26, 2025 – Agile Analysis and Design Patterns – Half-Day Sessions Online

July 22 – 25, 2025 – Agile Analysis and Design Patterns – Half-Day Sessions Online

Register Now
Or schedule a private class
Course Descriptions
  • Developer Essentials Training
    • Agile Analysis and Design Patterns
    • Hands-On: Extreme Programming Practices
  • Object-Oriented Analysis and Design Patterns
  • Scrum Software Developer Essentials
  • Agile Software Developer Essentials
  • Agile Software Developer Intensives
Follow me on Twitter:

Follow @ToBeAgile

Blog Post Categories
  • Announcements {19}
  • Articles {2}
  • Bits and Pieces {74}
  • Blogosphere {1}
  • Bonuses {2}
  • Build in Small Batches {27}
  • Collaborate {38}
  • Create CLEAN Code {34}
  • Implement the Design Last {11}
  • Integrate Continuously {30}
  • Off-Topic but Interesting {3}
  • Rants {82}
  • Refactor Legacy Code {24}
  • Say What, Why, and for Whom Before How {22}
  • Seven Strategies {38}
  • Specify Behaviors with Tests {17}
  • Write the Test First {27}
Archives
  • 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • 2022
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • 2021
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • 2020
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • 2019
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • 2018
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • 2017
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • 2016
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • 2015
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • 2014
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • 2013
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • 2012
  • December 2012
  • Privacy Policy

    (c) 2025 To Be Agile

    • July 25, 2018 ( 2 comments )
    • Rants

    I have been an advocate of Extreme Programming (XP) practices for well over a decade. To me, Agile software development means more than just an agile development process, it means that our code is agile and able to respond to change easily. This doesn’t happen by accident. It’s a result of following good programming principles and practices that support writing modular, maintainable, and changeable code.

    It’s not enough to write software to make a computer do a specific task. The software that we write has to be agile. It has to be changeable without incurring a large amount of rework. It has to be safely extendable so that we’re not putting our systems and our users at risk as we add new features.

    Many people even within the industry are unaware that we have solutions to most of these problems. We have well-defined methodologies that allow us to transform existing code into designs that allow us to accommodate new features and we are able to do these things in a safe and repeatable way. In other words, software engineering can be just like any other form of engineering in terms of having standards and practices that support us.

    I found that many of the practices from Extreme Programming as well as the concepts from the design patterns movement, object-oriented programming and functional programming movements, software craftsmanship movements, as well as Scrum, Kanban, and Lean Software Development movements. All of these approaches are about addressing different aspects of software development and together they often form whole solutions to previously intractable problems.

    Our industry has come a very long way in terms of being able to build reliable systems cost-effectively but the problem is that these ideas are not common knowledge throughout the industry and so the benefits of these practices that are used by some of the top corporations in the world haven’t really trickled down into the rest of the community of software development.

    The whole discipline of software development is rapidly evolving and so it’s important not to just keep up with the latest tools and technologies but also to keep an understanding of the fundamentals fresh and top of mind so that we understand the reasoning behind the core practices and how to do things in standardized ways so that they’re straightforward to integrate with other people’s code.

    We’re trying to build a discipline, after all. That means that the tools and techniques that we build have to work for all of us and we have to arrive at some level of consensus and agreement for what the standards and practices should be for developing software.

    I think Extreme Programming offers a core set of developer disciplines that are highly valuable. I think our industry would be far better off if we paired more often and place more of an emphasis on refactoring code safely and writing good unit tests. I think these things raise the level of professionalism in our industry.

    When I think about a minimum set of developer practices that really support an iterative process of software development that we do with Agile then it’s clear that the practices of Extreme Programming are essential when doing Scrum.

    I find test-driven development to be invaluable for writing testable code that allows me to refactor my design safely. I find that refactoring is extremely valuable for allowing me to transform code from one design to another, which often is required when adding new features to a system. This is the kind of knowledge that makes us professionals and lets us build software in a consistent way.

    So, many of the ideas that are embodied in Extreme Programming are some of the most valuable ideas in software development that I’ve ever come across. Even over a decade and a half later I still find that many of the ideas from Extreme Programming represent the best approaches that I found for object-oriented development.

    {2 Comments }

    • Chris says:
      August 2, 2018 at 12:59 pm

      A very good article !

      It is a shame it may go unnoticed because of the publication date 🙁

      To add to the debate, to me, the problem with XP is its (absence of) marketing.

      That is, if you try to explain to someone how to build a software, and you are a scrum adept, conversation will go like :
      “We are going to use SCRUM to build the software”
      “Oh, what is it thing ?”
      “Well, basically, it is a method where you have someone (entitled product owner) who is in charge of WHAT we are going to do; then you have the technical team who is in charge of the HOW and finally you have a coach (entitled scrum master) who is in charge to control that both cooperate adequately to deliver the best software they can in the minimum time possible”
      “Oh fine, let’s do that”

      Now, if you try to sell XP, you are in much more trouble
      “We are going to use XP to build the software”
      “”Oh, what is it thing ?”
      “Well, basically, you trust the members of the team to organize themselves around well established practices to deliver a high quality software that match the needs at hand. This will also give us the ability to change the software easily later to adapt to new needs”
      “Euh well, is that going to work if no one is in charge ?”
      “Well, the team is in charge. They will adapt to …”
      “Euh ok, but how are we sure it is going to work if no one is really named ?” (also found as “how are we sure it is going to work if no one tell them what and how to do ?”)
      The rest of the conversation is not needed, you have already lost the battle if you try to explain that the team is going to adapt and that you have to be people oriented instead of process / tool oriented (as well as other agile manifesto principles).

      In 90% of the cases, they will go SCRUM, as they find it more predictable and in accordance to their existing practices.
      They will choose SCRUM even if the end result will be a disaster if the team does not use XP practices like minimum viable product, pair programming, TDD, code reviews, continuous integration, …

      That is because the bad consequences of disrespect to these practices are not immediate and often come way later (when the team has been changed usually)

      So that is why I always avoid to name XP (and I also avoid to name SCRUM, because so much people are doing a mess with that word nowadays). I basically gave up on the words agile and lean, except for “marketing” purposes.

      If you ask me to build a software for you, I will say
      “We will need someone who knows what to do and we need someone who knows how to build a software based on well established practices. Then, based on the knowledge of these 2 people, we will need a small team to build a small concept that we will test with real users. After you’ve done that and you have some customers, the rest will be obvious”

      Sorry for such a long comment 🙂

      Have fun

      Reply
      • David Bernstein says:
        August 3, 2018 at 3:38 pm

        Hi Chris,

        Thank you for the comment.

        I think there’s a general misunderstanding about what Scrum is and isn’t. According to its creators, Scrum is a MINIMAL framework for finding problems when managing incremental development, like the kind we do when building software. Scrum does not say how to build the software and instead says we should use Extreme Programming (XP) practices when building software. Scrum was never intended to replace XP, it was always intended to complement XP.

        But somehow people think that Scrum and XP are mutually exclusive. That’s crazy. When companies end up adopting Scrum without any technical practices they fail. It may take five years, but they accumulate so much technical debt that they often can’t respond to market demands.

        Look at the Agile Manifesto. Every single one of the original authors of the Agile Manifesto are software developers. So, Agile was invented by software developers for software developers. Unfortunately, management in a lot of companies seemed to have forgotten this fact.

        You said that 90% of the Scrum community don’t use XP practices and that is correct, according to all my research. Take it from someone who has worked with thousands of software developers, we are constantly reinventing the wheel. However, the teams that are doing Scrum and XP well together are reaping huge rewards and are consistently outcompeting those who don’t pay attention to the quality of the product they produce.

        Ultimately, the market will sort out those whose code can’t compete from those who can. The ability to respond to last-minute changes will be a big part of that.

        I hope this helps,
        David.

        Reply

    Previous Post: « Scrum and XP

    Next Post: Encapsulate Change »

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Solutions

    I Can Help
    • Define
    • Educate
    • Integrate
    • Advise

    Consultation
    • Assessments
    • Design Reviews
    • Code Inspections
    • Ongoing Support

    Testimonials Clients

    Resources

    • Blog
    • My Book: Beyond Legacy Code
    • Referral Program
    • Associates


    Read my book!
    Schedule a Call

    Training

    • Training Schedule
    • Learning Roadmap
    • On-Site Classes
    • Online Training
    • Customized Coaching and Mob Facilitation

    Course Descriptions
    • Developer Essentials Training
      • Agile Analysis and Design Patterns
      • Hands-On: Extreme Programming Practices
    • Object-Oriented Analysis and Design Patterns
    • Scrum Software Developer Essentials
    • Agile Software Developer Essentials
    • Agile Software Developer Intensives

    Copyright 2025 © To Be Agile. All rights reserved. Privacy Policy.

    This website uses cookies to improve your experience. I'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
    Privacy & Cookies Policy

    Privacy Overview

    This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
    Necessary
    Always Enabled
    Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
    SAVE & ACCEPT