Hacker News new | ask | show | jobs
by widdershins 740 days ago
Use LuaCheck if you don't want to use the LSP. It warns about the use of globals, which is generally what you want. It's perfectly possible to design your program to use no globals.