I have recently started creating non-visual classes and I would appreciate some suggestions on how to organize them.
Currently, I have them all in one prg file that I do a set procedure to in the main of my program. The problem is that file is getting quite long and is hard to navigate around.
I have thought about creating a separate file for each class, like VB does, but then I will have a lot of set proc statements.
What is the best way to organize my mess?
Thanks for your input,
Bill
Currently, I have them all in one prg file that I do a set procedure to in the main of my program. The problem is that file is getting quite long and is hard to navigate around.
I have thought about creating a separate file for each class, like VB does, but then I will have a lot of set proc statements.
What is the best way to organize my mess?
Thanks for your input,
Bill