A
Adine
Hi,
I need to develop a program to control electronic instruments. We have so
many different instruments but we can group them. Each group has some common
functions. When user choose an instrument, the other instruments may not be
needed at all. So I was thinking if I want to write one executable file and
put all instruments functions in it, I will have a huge file and user just
needs 2% of that. So I thought that could be better to have an executable
file for each instrument. But we need a form to choose them, plus they are
some common functions in a group or there are some functions to link two
different instruments. So each executable file should be individual but not
completely (not in separate solution). Now how should I design it? Should I
use N-Tier solution?
Thanks
I need to develop a program to control electronic instruments. We have so
many different instruments but we can group them. Each group has some common
functions. When user choose an instrument, the other instruments may not be
needed at all. So I was thinking if I want to write one executable file and
put all instruments functions in it, I will have a huge file and user just
needs 2% of that. So I thought that could be better to have an executable
file for each instrument. But we need a form to choose them, plus they are
some common functions in a group or there are some functions to link two
different instruments. So each executable file should be individual but not
completely (not in separate solution). Now how should I design it? Should I
use N-Tier solution?
Thanks