[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Say No to global-by-default
- From: Sean Conner <sean@...>
- Date: Wed, 4 Jul 2018 03:06:09 -0400
It was thus said that the Great Egor Skriptunoff once stated:
> On Wed, Jul 4, 2018 at 8:39 AM, Steven K. wrote:
>
> >
> > "global-by-default" is evil, no more to say.
> > I'm using Lua mostly embedded, just some globals to work and life with the
> > environment. At this point if view, where are the benefits for me?
> >
> >
> $Do $you $want $to $say $that $you $don't $use $local $variables $in $your
> $scripts?
If I want to program in Perl, I know where to find it.
And yes, for one off scripts, I don't really bother with declaring
variables as local.
-spc