Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refactoring ?
Message
From
27/12/2002 19:16:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Refactoring ?
Miscellaneous
Thread ID:
00736230
Message ID:
00736230
Views:
59
I am writing a class that consists of an option group in a container. This option group asks the question All: Yes / No where a No answer brings up a moverlistpair form and allows the operator to select a list of values to include.
This option group will be the parent of a number of different children which will draw their options from a number of different sources. Up to this point the hosting form has held two arrays one for all values, and one for the selected values, but since its possible that the option group could occur more that once on a form (for instance all clients: Y/N and All Projects Y/N). I should also say that I'm using codemine which has a fully objectified data environment class.
My question is this: Where is the appropiate place to put an array that will be referred to by code outside the class? Does it obfuscate the code to place it in the option group?

TIA
Mike
Next
Reply
Map
View

Click here to load this message in the networking platform