webby2006 wrote:
Is it best to program many subs and functions into one module or one sub
per module resulting many modules? What are the pro and cons using, or
efficiency in either of these methods.
Thanks,
Keep functions somehow connect to each other in one module.
Create as many modules as you need to keep structure of entire project
clear.
Read this
http://www.answers.com/topic/cohesion-computer-science