Agile

Extreme Programming (XP)

*The following is written by guest blogger Tammy Ziemba

Extreme Programming (XP) is an agile software development framework that aims to deliver higher quality software and higher personal satisfaction for the development team. XP is the most explicit of the frameworks in regards to suitable design practices for software development.

When is XP A Good Choice

The general attributes of a suitable XP environment can be found on  www.extremeprogramming.org:

  • Powerfully changing software necessities
  • Dangers brought about by settled time ventures utilizing new technology.
  • The technology you are utilizing takes into consideration mechanized unit and functional tests.

Because of XP’s particularity with regards to its full arrangement of software building practices, there are a few situations where you may not have any desire to practice XP thoroughly. The post When is XP Not Appropriate on the C2 Wiki is likely a decent place to begin to discover models where you might not have any desire to utilize XP.

While you can’t utilize the whole XP framework, by and large, that shouldn’t prevent you from using whatever number of the practices as could be expected under the circumstances given your unique situation.


Books and Educational Material on Extreme Programming


5 Values of XP

diamond-33086_960_720.pngThe five values of XP are communication, simplicity, feedback, courage, and respect and are depicted in more detail underneath.

Communication

Software development is inalienably a team sport that depends on communication to exchange information from one team member to every other person on the team. XP stresses the significance of the proper sort of connection – face to face talk with the guise of a whiteboard or other illustration instrument.

Simplicity

Simplicity signifies “what is the least difficult thing that will work?” The reason for this is to dodge squander and do just the essential things, for example, keep the design of the framework as straightforward as would be prudent, so it is less demanding to look after, support, and reconsider. Simplicity likewise implies that you address just the necessities; don’t attempt to anticipate what’s to come.

Feedback

Through consistent feedback about their past endeavors, teams can distinguish territories for development and change their practices. Feedback likewise underpins basic design. Your team manufactures something, assembles feedback on your plan and usage, and after that modify your item going forward.

Courage

Kent Beck characterized courage as “powerful activity in the face of dread” (Extreme Programming Explained P. 20). This definition demonstrates an inclination for activity-dependent on different standards with the goal that the outcomes aren’t unsafe to the team. You need the courage to raise authoritative issues that decrease your team’s adequacy. You need the courage to quit accomplishing something that doesn’t work and take a stab at something different. You need the courage to accept and follow up on feedback, notwithstanding when it’s hard to recognize.

Respect

Colleagues are to respect each other to speak with one another, give and accept feedback that praises your relationship, and to work together to recognize straightforward designs and arrangements.

Practices

workplace-1245776_960_720

The center of XP is the interconnected arrangement of software development practices recorded underneath. While it is conceivable to do these practices in detachment, numerous teams have discovered a few exercises strengthen the others and ought to be done together. Combined, they can help mitigate the dangers you regularly face in software development.

The XP Practices have changed a bit since they were at first introduced. The below list is what they currently are:

  1. The Planning Game
  2. Little/Small Releases
  3. Allegory or System Metaphor
  4. Straightforward and Simple Design
  5. Continuous Testing
  6. Refactoring
  7. Pair Programming
  8. Aggregate or Collective Ownership of Code
  9. Continuous Integration
  10. 40-hour week
  11. On-Site with the Customer
  12. Coding Standards

The following are the portrayals of the practices as depicted in the second version of Extreme Programming Explained: Embrace Change. These depictions incorporate refinements dependent on encounters of numerous teams who practice Extreme Programming and mirror a progressively commonsense arrangement of practices.

Sit Together

Since communication is one of the five values of XP, and a great many people concur that face-to-face discussion is the best type of connection, have your team sit together in a similar space without obstructions to their communication, for example, desk area dividers.

Whole Team

A practical cross-functional gathering of people with the essential skills to complete an item of work. This includes all of the people who have some impact on fulfilling that work should get together once a day to accomplish a particular result.

Instructive Workspace

Set up your team space to encourage face-to-face communication. Enable people to have some privacy when they need it. Make working together as a team straightforward and easy. This can encourage shared learning or diffusion of knowledge from one person to another. Use Information Radiators to convey data effectively.

Empowered Work

The team is best at software development and all learning work when they are focused and free from diversions. Empowered work implies beyond any doubt that the team is capable physically and mentally of making the best choices of how to perform the work.

Pair Programming

The thought behind this practice is that two minds are better than one, and four eyes may catch things that two could not.  Teams that have utilized pair programming have discovered that it enhances quality and it can increase the speed at which programming can be done by helping to eliminate technical debt.

Sources:

www.extremeprogramming.org

When is XP Not Appropriate. Retrieved from http://wiki.c2.com/?WhenIsXpNotAppropriate

Beck, Kent (1999). Extreme Programming Explained: Embrace Change.

2 replies »

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.