Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text Menu Library Project
#4
I love shared variables, especially in the middle of a large project when I know I will be wasting a lot of time passing new variables to various subroutines.

I do have some large programs that have all shared variables, and no variables passed. They all work just fine.

Yes, for the sake of a library, it is a neater job to not used shared variables, but it is only a bulletproof measure if the programs or other libraries you add to it never contain shared variables with the same names.

So it's a matter of choice, and I love BASIC for being a language that offers up so many choices over other languages, even though this is not one of those instances.

Pete
Reply


Messages In This Thread
Text Menu Library Project - by Pete - 01-03-2025, 01:46 AM
RE: Text Menu Library Project - by SierraKen - 01-03-2025, 05:46 AM
RE: Text Menu Library Project - by bplus - 01-03-2025, 05:26 PM
RE: Text Menu Library Project - by Pete - 01-03-2025, 05:55 PM



Users browsing this thread: 5 Guest(s)