OOAD Reading Notes (9): iterative development

Source: Internet
Author: User

Two iterative options:
1. Function-oriented development (only focus on the reality of one function in a period of time: for example, in a three-tier architecture, the data layer is developed in one week, the logic layer is developed in one week, and the page is developed in two weeks, integrate again)
2. Case-oriented development (based on the use case diagram, analyze all possible scenarios and write them in sequenceCodeTo deal with these scenarios: for example, to log on to or unregister a user, first develop the logon UI-> bll-> Dal, and then develop the deregistered UI-> bll-> DAL)

You should test your code in various scenarios, such as normal and abnormal. Handle various exceptions as early as possible, and make proper handling and prompts to satisfy your customers. Test-driven development can better solve this problem.

Good software is always iterative, from analysis, design, to development and testing. Each iteration process is a refined process. Do not be afraid to modify the original design and code.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.