On 2010-01-26, at 01:01 , Kaj Kandler wrote: > > Just a wild architectural thought: > > Would you agree that plugins have to be independent of each other? No plugin > should require another plugin in order to function. > > If that is the case you have to build in all features that someone would > depend on into the core app and build Api's to have plugins define the rules, > shortcuts and other things.
Dependency is best avoided, but cannot be forbidden. There are cases where it'll make sense. Your option will be to either fork and extend a plugin, or to work with it. You'll probably want the latter. _______________________________________________ [email protected] mailing list List help: http://lists.ranchero.com/listinfo.cgi/email-init-ranchero.com
