Hacker News new | ask | show | jobs
by sgtlaggy 1986 days ago
I have mostly the same feelings, though my only experience is with WoW and Payday 2 addons. A big gripe of mine is there's really only one namespace. If something is exported, it goes to the aether and everything can see it, making it very difficult to track where variables are defined and modified.
1 comments

Aren't Lua modules [1] the solution for namespace?

[1] https://www.lua.org/manual/2.4/node37.html