lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Not to be read as "the only positive point".

Mark

On Jan 15, 2010, at 1:37 PM, Mark Hamburg wrote:

> One positive point about this:
> 
> If you are doing something like class construction in a custom environment -- or even module construction -- it avoids linter complaints about global accesses within the scope. Of course, it also suppresses such linter warnings, so it depends on what you want.
> 
> Mark
> 
>