D
DCPan
OK, I have what is hopefully a very basic question.
What is the best practice for deciding which sub procedures go into which
modules?
For example, if a particular procedure B is only called by procedure A, is
it better for them to reside in the same module?
At what point is a module "too big"?
Thanks!
What is the best practice for deciding which sub procedures go into which
modules?
For example, if a particular procedure B is only called by procedure A, is
it better for them to reside in the same module?
At what point is a module "too big"?
Thanks!