If I have a plugin that depends on other code that comes from a plugin, what is the best practice for packaging it?
Should I roll the pre-requisite code into the bigger plugin (if I have it)?
Or should I somehow inform the user that there is a pre-requisite? If that is the way, what is the best way to do that?