Sharing Variables across modules in the same project?

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

What is the best practice for sharing variables across modules in the
same project?

I'm doing a console app with different modules for different functions
(file i/o, sql commands, string manipulation, etc). But I have
variables in the main module that other modules need to access such as
AppPath, etc.

What is the "best practice" concerning a situation like this?
 
Back
Top