View Single Post
04/26/17, 09:56 AM   #9
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
My rule of thumb has always been that most addons should be in the local scope, but if yours is one that is likely to be incorporated into another (such as MM), then use the global scope. As long as you use a properly unique global name you shouldn't run into issues, however, take CraftStore and Crafting Stations: if they both used global CS, you'd likely run into some issues.
  Reply With Quote