e is for...

Epic

A large user story that awaits decomposition into smaller stories prior to implementation. When an epic story works its way up the backlog, it is usually so decomposed. Epics are sometimes far off on the development horizon and have lower priority.

In the scrum framework stories that are sprint ready must be small enough that they can be confidently implemented within the timebox of a single sprint.

NB: One can easily be tempted to associate the term ‘epic’ with importance; in Agile, epic relates only to size.

Background of the Term

As it relates to agile methodologies, Mike Cohn coined the term epic in his book User Stories Applied: For Agile Software Development. Chapter 2 of that book is available here as a pdf, in which there is discussion of epics.

Further Learning:

Agile Alliance | Glossary | Epic
https://www.agilealliance.org/glossary/epic

Don’t Finish Your Epics! Deliver More Value Instead.
https://agilelearninglabs.com/2017/03/dont-finish-your-epics-deliver-more-value-instead/

User Stories Applied: For Agile Software Development
https://www.amazon.com/User-Stories-Applied-Software-Development/dp/0321205685/

Posted in e | 8 Comments

Evolutionary Development

See Iterative Development.

Posted in e | Leave a comment

Extreme Programming (XP)

An Agile software development methodology that emphasizes customer involvement, transparency, testing, and frequent delivery of working software.

The Extreme Programming canon includes a Customer Bill of Rights and a Developer Bill of Rights. Its core values are communication, simplicity, feedback, courage, and respect. XP is a developer-centric methodology. Unlike scrum, it prescribes specific coding practices like pair programming in which two developers work side by side at a single machine, automated unit testing, and frequent integration. Another key practice in XP is refactoring, or the continual internally-visible improvement of design and code.

The basic advantage of XP is that the whole process is visible and accountable. The developers make concrete commitments about what they will accomplish, show concrete progress in the form of deployable software, and when a milestone is reached they will describe exactly what they did and how and why that differed from the plan. This allows business-oriented people to make their own business commitments with confidence, to take advantage of opportunities as they arise, and to eliminate dead-ends quickly and cheaply. — Kent Beck

Background of the term

In 1996, Chrysler’s visionary CIO, Sue Unger, gave Kent Beck free rein to form a team to tackle the Chrysler Comprehensive Compensation payroll project. During this project Beck along with Ron Jeffries, Ward Cunningham, and Martin Fowler promoted and further developed the practices of what Beck called extreme programming.

Further Learning:

Agile Alliance | Glossary | Extreme Programming (XP)
https://www.agilealliance.org/glossary/xp

Extreme programming
https://en.wikipedia.org/wiki/Extreme_programming

Extreme Programming for Beginners made Easy – Roles & Practices
https://pm-training.net/extreme-programming-beginners/

Extreme Programming Explained: Embrace Change, 2nd edition. Kent Beck & Cynthia Andres.
https://smile.amazon.com/Extreme-Programming-Explained-Embrace-Change/dp/0321278658/

Posted in e | Leave a comment