properties - Property Setter and Method DRY -


When is a good idea to create method wrapper for a property setters?

Example: Show and Hide are only visible = true and visible = Wrapper for wrong.

It is a good idea to do this if the name of the method tells the intention of better performance.

Comments