The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Extreme Programming Explained: 2nd ed - Part 1

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Extreme Programming Explained: 2nd ed - Part 1 Posted: Apr 28, 2005 1:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Extreme Programming Explained: 2nd ed - Part 1
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

The first edition of Extreme Programming Explained had too much emphasis on practices and none on principles. Values were mentioned, but it was like talking about the CEO and the assembly line workers in a company with no mention of middle management. Thankfully Kent Beck has rectified that situation in Extreme Programming Explained: Embrace Change 2nd ed.

First up are the values. Values are the root determinants of your behavior. There is always a root value underlying your actions when developing software. For example, say a developer decides that a UI bug is not important even though the customers clearly think it is and say so. His action may represent an underlying value that he doesn't respect non-technical people.

XP's values are communication, simplicity, feedback, courage, and respect. Astute readers will notice that this is one more than in the previous edition. These values are behind the commonly-known XP practices (pair programming, test-driven development, etc.). But values don't map directory to practices; there is an intermediary step called principles. Extensive software requirement documents are intended to communicate, but so are face-to-face meetings. They both represent the value of communication, but your domain-specific principles will determine which one you prefer.

The "new" XP has fourteen principles:

  • Humanity - software is written by people, XP takes it into account
  • Economics - "business" pays for software, so let's make sure to deliver business value
  • Mutual benefit - don't choose solutions that may work for you but really transfer the burden to someone else
  • Self-similarity - I don't know where Kent Beck was going with this one, but it sounds a lot like patterns (not just design patterns, all types of patterns)
  • Improvement - start now and constantly improve rather than trying to design the perfect solution "all at once"
  • Diversity - encouraging healthy conflict improves software development
  • Reflection - analyze why things work and don't work, do retrospectives frequently
  • Flow - like the Theory of Constraints shows us, small batch sizes (iterations) are good
  • Opportunity - continuous personal growth, or a high rate of L
  • Redundancy - make sure several practices address a problem, like a defense-in-depth technique against software development problems
  • Failure - if at first you can't succeed, fail a couple times first, then you'll figure it out
  • Quality - basically projects don't go slower by keeping quality high, they end up going faster
  • Baby steps - incremental change is more likely to work than big-bang changes
  • Accepted responsibility - business people may own the schedule, but programmers own their estimates

Somewhere at the intersection of the values and principles you'll find each of the XP practices, which is where we'll pick up next time.

Read: Extreme Programming Explained: 2nd ed - Part 1

Topic: Tracking down a rogue Data Connection in Server Explorer Previous Topic   Next Topic Topic: Got Indigo? Day at Microsoft, Waltham

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use