- The Agile Developer's Handbook
- Paul Flewelling
- 323字
- 2021-06-24 18:47:13
Implementing the iteration plan
Once the planning is complete, the iteration begins. If a programmer doesn't already have a task, they take the next available one and find a partner. If necessary, design work will be carried out at this stage, including the use of Class Responsibility Collaborator (CRC) modeling of Object-Oriented Design (OOD), and other design tools such as UML Sequence Diagrams.
The pair will begin coding in theTDD way by writing a failing test. They then write the code that fulfills the test. Once the test is running, they then look to refactor the code, as the following diagram illustrates:

This cycle continues until the task is complete.
Each day the team will meet in the form of a Daily Standup; this is a 15-minute meeting where, as the name suggests, everyone stands. The aim is to coordinate the team's work. Each team member or pair will talk about what they've implemented since yesterday's standup, what they'll look to achieve before the next standup, and what, if anything, is in their way.
XPers aim to integrate early and often; they favor a practice called Continuous Integration (CI). They will typically commit work every few hours, providing, of course, all of their unit tests pass. Modern CI practices offer an automated way for the latest changes to be incorporated. Teams will often set up their CI server so that it automatically checks out the newest version, builds it, and runs the tests. Their practices and workflow shouldn't allow them to commit code and proceed unless all tests pass.
Once the story is complete, the software is made available for acceptance testing. The customer executes the scenarios they've created around the acceptance criteria of the User Story, so they can determine whether the software is complete. Many teams now automate their acceptance testing as part of their TDD approach, a technique known as Acceptance Test Driven Development (ATDD).
- 微商之道
- Modern JavaScript Web Development Cookbook
- 物聯(lián)網(wǎng)網(wǎng)絡安全及應用
- 物聯(lián)網(wǎng)安全與深度學習技術
- HCNA網(wǎng)絡技術
- Proxmox High Availability
- Getting Started with Grunt:The JavaScript Task Runner
- 中國互聯(lián)網(wǎng)發(fā)展報告2018
- 物聯(lián)網(wǎng)之霧:基于霧計算的智能硬件快速反應與安全控制
- 邁向自智網(wǎng)絡時代:IP自動駕駛網(wǎng)絡
- Scala Design Patterns.
- 從實踐中學習手機抓包與數(shù)據(jù)分析
- 網(wǎng)絡利他行為研究:積極心理學的視角
- 一本書讀懂物聯(lián)網(wǎng)
- Enterprise ApplicationDevelopment with Ext JSand Spring