View Single Post
09/24/18, 09:39 PM   #10
Shadowfen
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 83
Originally Posted by SilverWF View Post
The same as using libs and not including a typical functions inside a main code of your addon

Standardization.
Standardization is provided by using libraries.
Including the libraries with your addon ensures that you never have to try to run with a library whose version is older than YOU require.
LibStub ensures that you run with the best (well, newest) version that is available.

So, I do not understand why I would not want to package libraries I rely on with my addons?

Last edited by Shadowfen : 09/24/18 at 09:46 PM.
  Reply With Quote