Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessor methods
Message
De
02/10/2000 14:58:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00423585
Message ID:
00423652
Vues:
15
What he means is that if you are using a lot of accessor methods (methods to set or get protected properties) you probably have your methods in the wrong class. Keep the property and methods that use each other together in the same class library. Then you won't need to use accessor methods to access the protected properties, because they will be visible to the methods of the class.
..."overuse implies related things are not being kept together", implies bad design.

Don't confuse accessor methods with _access and _assign methods. They are quite different things.

Hope this helps.

>In Steven Black's article "Some Pitfalls of Inheritance" in the summer issue of Code on page 46, he makes the statement "Beware of overboard accessor methods, which are also known as SET_() and GET_() mthods, because their overuse implies that related things are not being kept together"
>
>I don't understand what "accessor methods" are and why it their overuse is bad. Any ideas?
Timothy D. Yeaney
MCSD, Charter Member
President, PAFOX (Potomac Area Fox User Group)
mailto:tim@eagleeyeinc.com
Vice President
Eagle Eye Publishers, Inc
Broaden Your Vision, Sharpen Your Focus
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform