4 ms·
this mirrors my experience with scala, except we had about 100+ maven dependencies and build times were closer to 10 minutes.
by nerd_in_rage 14y ago
this mirrors my experience with scala, except we had about 100+ maven dependencies and build times were closer to 10 minutes.
- ismarc 14y agoThis 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.