(no title)
stuhood | 3 years ago
We'd love your feedback on Pants' support for Java. Pants' "dependency inference" eliminates most BUILD file maintenance: https://blog.pantsbuild.org/automatically-unlocking-concurre...
stuhood | 3 years ago
We'd love your feedback on Pants' support for Java. Pants' "dependency inference" eliminates most BUILD file maintenance: https://blog.pantsbuild.org/automatically-unlocking-concurre...
dfee|3 years ago
When deps are automatically gathered, do you tend to see that developers’ discipline becomes softened and code becomes highly interdependent again?
> In Guice, this would involve maintaining 23 BUILD files containing 622 individual java_library targets, each with many dependencies and exports listed. In larger monorepos, there’d be even more.
I’m all too familiar.