extremeprogrammingsummary.html
来自「极限编程 Extream Programing」· HTML 代码 · 共 32 行
HTML
32 行
<head><title>Extreme Programming Summary</title></head><body><h1><img src="logo.gif"> Extreme Programming Summary</h1>If providing customers with the four rights above [<a href="http://c2.com/cgi/wiki?SoftwareManagementManifesto">SoftwareManagementManifesto</a>] were easy, everyone would do so already. <em>or is a <a href="http://c2.com/cgi/wiki?KuhnParadigmShift">KuhnParadigmShift</a> needed here after which it will seem easy?</em> Here is a brief outline of how we will run the technical side of your project so we will be able to give you your rights in the first month of the project and in the tenth year of the project.
<p><UL><li> <a href="http://c2.com/cgi/wiki?UserStory">UserStory</a><strong></strong>s- We will ask you to specify all the desireable features of the system as Stories, each of which would take a programmer a few weeks to implement.
<p><li> <a href="http://c2.com/cgi/wiki?StoryEstimate">StoryEstimate</a><strong></strong>s and <a href="http://c2.com/cgi/wiki?LoadFactor">LoadFactor</a> - We will estimate our progress in implementing stories, so we both know how many stories the team can implement per week.
<p><li> <a href="http://c2.com/cgi/wiki?ReleasePlan">ReleasePlan</a> and ReleaseScope<a href="http://c2.com/cgi/wiki?edit=ReleaseScope">?</a>- We will ask you to choose the smallest, most valuable scope for each Release of the system, and we will put it into production as quickly as possible.
<p><li> Iteration and <a href="http://c2.com/cgi/wiki?IterationPlanning">IterationPlanning</a>- Within a release, we will ask you to pick the most valuable stories for us to work on for the next few weeks.
<p><li> NewStory<a href="http://c2.com/cgi/wiki?edit=NewStory">?</a><strong></strong>s- If you find more valuable stories than are in the current Release, we will estimate the Stories and you can substitute them for existing Stories in the Release. You can use this mechanism to radically change the direction of the project with no more than a couple weeks notice.
<p><li> <a href="http://c2.com/cgi/wiki?FunctionalTest">FunctionalTest</a><strong></strong>s- For each Story in an Iteration, we will help you write automated tests that demonstrate to your satisfaction that the code implementing that Story is working.
<p><li> TheSeed<a href="http://c2.com/cgi/wiki?edit=TheSeed">?</a>- At the end of the first Iteration we will have a system that is recognizable as the final system. Not everything will work, but a little of everything will.
<p><li> <a href="ContinuousIntegration.html">ContinuousIntegration</a>- At the end of each Iteration we will produce a system where the features that are implemented are ready for production.
<p><li> <a href="UnitTests.html">UnitTests</a>- We will write tests as we write our code, so our tests can cross-check with yours.
<p><li> <a href="http://c2.com/cgi/wiki?ReFactoring">ReFactoring</a>- We will continually evolve the design of the system- adding flexibility where it is needed, removing complexity where it doesn't help, unifying duplicated code. This will help us to continue delivering changes at reasonable cost for the life of the system.
<p></UL><hr><a href="http://c2.com/cgi/wiki?edit=ExtremeProgrammingSummary">EditText</a> of this page (last edited February 12, 2001)<br><a href="http://c2.com/cgi/wiki?FindPage&value=ExtremeProgrammingSummary">FindPage</a> by browsing or searching<p><font color=gray size=-1>This page mirrored in <a href="index.html">ExtremeProgrammingRoadmap</a> as of March 31, 2001</font></body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?