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.
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
Post a Comment