- Review the Design
- The programmers can simply start building the code and create the objects and user interface elements.
- Designers can build a user interface prototype to demonstrate to the users, stakeholders, and the rest of the team, Any code used to develop the prototype is typically thrown away once the design has been finalized.
- Pictures, flow charts, data flow diagram, database design diagram, and other visual tools can be used to determine aspects of the design and architecture.
- An object model can be developed on paper, either using code, simple class diagrams, or UML Diagrams
- A written design specification is written, which includes some or all of these tools.
- Version Control with Subversion
- Unit Test
Test frameworks available for languages:
- Test-Driven Development
Means that the unit tests are created before the code is built.
posted on 2009-09-17 16:56
Lei Yong 阅读(30)
评论(0) 编辑 收藏