By developing an app for ES i asked myself what's the difference between module, library and script. See this e.g.
EasySocial
.require()
.library('lib1')
.script('script1.js')
.done(function($) {
mycode
}
What are the different use case to use what?
Thanks Greg