[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Uppercase-initial globals
- From: Hugo Musso Gualandi <hgualandi@...>
- Date: Wed, 22 Jun 2022 13:56:22 +0200
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