Thread: minified LUA
View Single Post
05/27/14, 09:06 AM   #5
Wobin
 
Wobin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 78
But for all of this, why minify anything?

People aren't downloading the lua on the fly, the length of your variable names aren't going to affect load by any significant amount. None of the -benefits- of minification apply here, unless you consider obfuscation a benefit, and coming from a point of addon coding, where everyone should be able to read the code, that's not a benefit.
  Reply With Quote