View Single Post
07/03/14, 02:59 AM   #2
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Could you post say an example in code of what you're talking about? I think I can figure out what you're talking about, but not entirely sure.

In general, I'd suggest worry about code legibility over optimization. If you do want to look at optimization, I'd suggest looking at:
http://lua-users.org/wiki/OptimisingUsingLocalVariables
(and other pages on that site)
  Reply With Quote