Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complex objects modeling
Message
From
22/11/2018 15:31:54
 
 
To
22/11/2018 10:21:03
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01662805
Message ID:
01663704
Views:
60
>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 ;-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform