Java Build Speed Impact on AI Workflow

Was having a discussion with 💡 Stacey Vetzal last week about my post on "Does Programming Language Matter?". We discussed the impact the speed of the build, tests, and the deployment pipeline have on the AI driven workflow. I was working in a legacy Java application and the majority of the time was spent waiting for the build and tests to run. When working with an Agent, building the code and running the tests is something that happens every minute or two and when the build and tests take minutes to complete it becomes a huge drag on productivity. What is your experience? Here's my original post for reference. https://lnkd.in/g3MEQRZS

The build can take time, but so does C, Rust. What bugs me is mostly slow test frameworks. Folks seem to forget, or maybe they never learned, that test suites can run in milliseconds when crafted well.

To view or add a comment, sign in

Explore content categories