View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
witek witek is offline
external usenet poster
 
Posts: 69
Default many subs or many modules

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