Hacker News new | ask | show | jobs
by jpe90 1411 days ago
Lua’s language server can be nice for detecting unwanted globals. It gives you a warning whenever you declare a global that starts in lowercase, which works nicely if you’re okay with using uppercase globals as a convention