second vars renaming pass

This commit is contained in:
Stéphane Lesimple
2026-03-30 01:04:33 +00:00
parent f05b5f0fae
commit caa1a025b9
2 changed files with 369 additions and 353 deletions

View File

@@ -69,4 +69,5 @@ This script uses the following naming rules for variables:
`<name>` : Scratch/temporary variables inside functions (e.g. core, msg, col).
These must be declared as `local`. These must not match any naming pattern above.
Any variable that is only used in the scope of a given function falls in this category.
These must start with a [a-z] character.
Additionally, all vars must start with a [a-z] character, never by an underscore.

File diff suppressed because it is too large Load Diff