Methodology for writing programs (methodology)/procedure (process)/step (approach)

Source: Internet
Author: User

    • Find out what should be done.
    • Listing instance variables and methods
    • Pseudo code for writing methods
    • Test procedures for writing methods
    • Implementation class
    • Test method
    • debugging or re-engineering

Pseudo code

Pseudo code can help you focus on logic without worrying about program syntax.

Test code

The program code used for the test.

In theory, it would be nice to write a little bit of test code and then just write the method that will pass the test. Then write another test code, and then write a new implementation to let the test pass. Through this cycle, it is possible to prove that the newly added program code will not break the original part that has already been tested.

Real code

Real Java program code that was actually designed.

Reference:

"Headfirst Java 5"

Methodology for writing programs (methodology)/procedure (process)/step (approach)

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.