When VB generates an executable does it include all the procedures from all the modules or only those that have been actually utilized?
This point is important to me as I need to know how to organize my perfectly general purpose libraries - as one monolithic module or into as many modules as is practicable ( one module per function? ).
This point is important to me as I need to know how to organize my perfectly general purpose libraries - as one monolithic module or into as many modules as is practicable ( one module per function? ).