随笔 - 0  文章 - 0  trackbacks - 0
<2025年7月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

留言簿

文章档案

搜索

  •  

最新评论

  1. 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.
  2. Version Control with Subversion
  3. Unit Test 
    Test frameworks available for languages:
    Language Framework name(URL)

    java

    JUnit(http://www.junit.org)
    Visual Studio.NET NUnit(http://www.nunit.org)
    C CUnit(http://cunit.sourceforge.net)
    C++ CppUnit(http://cppunit.sourceforge.net)
    SmallTalk SUnit(http://sunit.sourceforge.net)
    Perl Test(http://search.cpan.org/~sburke/Test)

  4. 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)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: