I know this is probably rudimentary, but in one completed app I grouped a number of classes under a module (in the pix under “lsm”). As I modified and developed the app, both these common classes were updated along with the app-specific code. Now the common classes are stable and I’d like to use them in other apps, but I don’t want to duplicate the common code in every app I use them in. Can you all direct me in the docs (or best practices that have worked for you) as to how I can separate common code modules from my app?
From a maintenance point of view if I update any of the classes in the common code, will modules need to be re-dropped into each app using them (or if they are properly linked they are automatically updated to the latest and greatest)?
Additionally (shown in the pix), I’d like to do the same with window code (common dialog boxes). Is that possible?