We talk a lot about the idea of having bootstrap files in WordPress plugins, which I think are great, but we seem to limit it to those files that are responsible just for starting our WordPress plugins.

This isn’t exactly what I meant, but I dig the picture.
I mean, hooking into plugins_loaded
and then instantiating some classes, setting up a service registry, or things like that are important. But what about other components that make up our plugins?
And by that, I mean what about our JavaScript files? Should they have their way to be bootstrapped?