Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Complex objects modeling
Message
De
22/11/2018 15:31:54
 
 
À
22/11/2018 10:21:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Divers
Thread ID:
01662805
Message ID:
01663704
Vues:
61
>I use it basically to make dynamic changes to DTOs , so Vfp can do real message based communications with ease.
>
>Configuration objects, parameter objects can benefit too; but I'm rounding a definitive spec to get Intellisense to work with object constructor functions that make use of _()

Be careful with many additon to parameter objects - that can really hurt performance.

Dozen years ago I was given a design already using a *very heavy* parameter object (including a couple of array properties) which created a serious brake in performance as parameter object often had to be cloned.

Ended up with a streamlined version, but still had to create an object pool for them as always creating/destroying was to expensive.
Just keep them as naked as possible ;-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform