View Single Post
01-10-14, 06:11 PM   #77
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by haste View Post
I wouldn't really worry much about a few extra function calls to fairly lightweight functions. :P
The reduction in function calls is a collateral benefit. The real question is why you anchor BOTTOM->TOP and LEFT and RIGHT when you really want to anchor BOTTOMLEFT->TOPLEFT and BOTTOMRIGHT->TOPRIGHT instead of just doing that directly?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote