Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How should I classify my class?
Message
From
09/12/2001 11:48:14
 
 
To
09/12/2001 06:12:14
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00591805
Message ID:
00591831
Views:
26
Jay's given you great advice.

To which I would emphasize the difference between the physical packaging, which has much to do with physical storage and distribution, and the logical packaging, which has much to do with development and keeping things workable in your mind and in the minds of those you work and develop with.

To this end, the Component Gallery can be used to group things logically, and this takes all the pressure off the decision of which VCX or PRG your classes actually live in.

Also note that if you open a PJX in one instance of the Class Browser, and a VCX in another instance of the Class Browser, you can Ctrl+drag and drop classes from anywhere in the project into the VCX and all the pointers in all the VCX libraries in the project will be adjusted automatically. Thus it's very easy to rearrange classes from one VCX to another as your project and development evolves.

**--** Steve


>hi,
>how should i classify my classes, base on control type (all base form in a library, and base control in another) or functionality (all control needed for search form)?
>
>Thank you
Previous
Reply
Map
View

Click here to load this message in the networking platform