lua-users home
lua-l archive

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


On Tue, Aug 3, 2021 at 3:21 PM Soni "They/Them" L. <fakedme@gmail.com> wrote:
Lua has this neat syntax for relative submodules: require(.....".foo").

If by "neat syntax" you mean "syntax abuse", then sure.

I'd reject that in any code review. It's cute if you're just having fun, but unreadable otherwise.