View Single Post
09-30-16, 05:43 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
1. If you use the addon local table you won't face the possibility of trampling over someone elses global so, method 1.

2. Historically the word has been don't use select, ever, if at all avoidable. While I would avoid (until there's some definitive proof otherwise) using it in repetative situations like for loops, OnUpdate etc. it's not going to kill your addon if it gets called occaisionally.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote