View Single Post
09-30-16, 05:50 PM   #4
sticklord
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 57
These are from what I've noticed and are my personal opinions the best way to do it (could be wrong though)

1: Put them in private table, so that it doesn't clutter the global namespace mostly. It also is quicker to lookup.

2: Select is a tiny bit slower, about 20% or so slower than using the "_,_,_,var" method. If it looks better I'd use select
  Reply With Quote