Re: Best Practices
- Posted by jaygade Jan 09, 2011
- 1696 views
bill said...
Merely a question:
(and I know how Java answers this)
If you don't allow globals what are variables the next level down?
In Euphoria I guess they are namespaces.
This problem is hard.
Therefore how do you do scope??
Euphoria does allow global variables and procedures. Their use is just discouraged in favor of export and public.