Don ' t Repeat yourself (don't repeat yourself)

Source: Internet
Author: User

Dry means that don ' t Repeat yourself specifically avoids duplication of code in programming and computation, because it reduces flexibility, simplicity, and can lead to inconsistencies between the code. "The Pragmatic Programmer" has made a very good exposition of this idea.

Abstract all the duplicated code. I think the main reason is very good maintenance, when the need to change the only need to change once.

The level of code reuse:
Function-level reuse, object-level reuse, interface-level, class-Library-level reuse, and frame-level reuse.
Note: We are still at "functional level multiplexing". (This most basic good also reduces a lot of duplicate code ...)

Another point of view is the separation of fixed and changing parts.
Fixed partial separation facilitates code reuse, partial separation of transformations, and easy modification of replacements when transformations occur.

Simplicity is more important than simplicity, the determinants of maintenance costs.

Don ' t Repeat yourself (don't repeat yourself)

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.