Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Scrum is an agile <strong>project management</strong> methodology. It does not address the practices required to create "goods" of any kind, but instead gives us the <em>process</em> that will take us from the inception of a vision to the final product, regardless of the actual development process. The Scrum process doesn't tell you <em>how</em> to create quality. It shows you what the quality is, where your problems are, and challenges you to fix them.</p> <p>Extreme programing is an agile <strong>software development</strong> methodology. It gives us a process with which to create software in an agile and productive way. It deals with, though doesn't specialize in the <em>management</em> of the development process, and focuses mostly on the <em>engineering practices</em> required to deliver software, with quality.</p> <p>When adopting Scrum for the purpose of software development, the engineering practices are imported from an agile software development practices, most often from XP. These practices, are those that can be adopted in a manner that is decoupled from the rest of the development practices. Most often, these practices are: <strong>Test-Driven Development, Refactoring, &amp; Pair Programming, and User Stories</strong>, though by no means are these required in Scrum, or the only way to do things (just highly recommended). <a href="http://www.agilemodeling.com/" rel="noreferrer">Agile Modeling</a> is another common source of agile engineering practices.</p> <p>So in short, when mixing Scrum and XP, which is by far the most common mix, you use all of Scrum's management artifacts, e.g. Sprints, daily Scrums, retrospectives, burn down charts, and so on, and add XP's TDD, refactoring, pair-programming and JIT design via User Stories.</p> <p>Of course, Scrum being Scrum, this is how you start, and you constantly adapt (refactor, if you will) the process to answer your organization's specific needs.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload