Re: Lua voices
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua voices
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 5 Jul 2018 12:20:08 +0200
2018年07月05日 11:54 GMT+02:00 Axel Kittenberger <axkibe@gmail.com>:
>> I still think the main problem is non-intended assignment to globals,
>> which creates hard-to-find bugs.
>
> And I fully agree with that, and this applies to config files as well.
> Missspelling of variables cause silent missconfigurations.
>
> As posted, one can fix that with a metatable to _G.
Please put comments like these on the "Say no to global by default"
thread.