lua-users home
lua-l archive

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


The convention I'm more familiar with is to use ALL_CAPS for global variables and Uppercase for class names.

That said, Lua is used on a diverse set of places, with can have different coding conventions. Sometimes the linters can be overzealous.

-- Hugo