Hacker News new | ask | show | jobs
by nerd_in_rage 5187 days ago
this mirrors my experience with scala, except we had about 100+ maven dependencies and build times were closer to 10 minutes.
1 comments

This has been the opposite from my experience with Scala. Rather than build a single system with a large codebase, it allows us to build small, compartmentalized systems and compose them together. Then again, we don't use maven, instead using ant for building and git submodules to handle dependencies.