Should ALL LL additions to Lua, be mvoed into a namespace?
WolfGang Senizen
Right now lua in sl declares quite a lot of things in the "global namespace".
This.. may cause issues down the line.
As I understand part of the push for lua is problems with updating mono... i can see 5 years into the future, luau updates to v0.744 and adds uuid or some other conflicting name, and now updating luau is a problem...
Log In
Kadah Coba
+1 for a namespace.
Very Vanilla
Future-proofing in this way is probably a really good idea. Hindsight is 20/20 and all.
I also think it helps all of the pseudo-event functions stand out as separate and important from built-in or user-made functions, as there's no user-friendly distinction between say, touch_start() to any other function currently, even though touch_start() is automatically called from outside.