Refactoring method 51: Remove setting method (remove the setting function)

Source: Internet
Author: User

A field in the class should be set as a value when the object is created, and then it will not be changed.Remove all set-value functions of this field.

Motivation: If you provide a value setting function for a field, it implies that the field value can be changed. If you do not want this field to be changed after the object is created, do not provide a value-setting function for it. In this way, your intention will be clearer and you can exclude the possibility of the value being modified.

If you retain the method for indirect access to variablesProgramAttackers use them blindly. These people even use the value-setting function in the constructor.

Practice: 1. Check the usage of the Set-value function to see if it is only called by the constructor or another function called by the constructor.

2Modify the constructor so that it can directly access the variable targeted by the Set-value function.

3, Compilation, and testing.

4Remove the value function and set the field to const.

5, Compilation, and testing.

 

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.