in reply to Re: Re: Re: Re: Confused about splitting program into multiple files.
in thread Confused about splitting program into multiple files.
Aren't we all looking to make our programming lives a bit easier?
In my experience, it is easier in the long run not to export everything into main::. Objects aren't perfect, but they tend to organize things.
For small programs, it likely doesn't matter. Once I get over twenty or thirty functions, though, it really starts to matter very quickly.
|
---|