-
I really dislike the concept of auto-generating large import trees. E.g. "My app needs this directory of things imported one time." That's not a build-time step, that's PART OF YOUR DEPENDENCY GRAPH.
-
…in reply to @rockerest
I've heard "I feel friction with this large list of imports" many times. You feel friction importing required things into your application? You feel friction maintaining an authored dependency graph?