Some examples: when I worked as a C++ dev doing systems programming, the build time was crazy, plus often having to deploy things to a test system and reboot before being able to test it. As a Java developer building backend services, the build was fast but it took minutes to deploy everything to an environment so I could play with it. As an embedded developer, it took a long time to get everything flashed onto test hardware and having everything set up to debug things. And so on…
The one thing I can thing about is front end web dev, but my experience there is limited. I’ve only ever done it in my own time with vanilla js, no frameworks or anything. I was really pleased with how I could just save a file and refresh the browser and voila, changes are instantly available.
Wondering if folks can share their experiences having quick dev loops. I feel like it’d be super satisfying to have a job where you get consistently fast feedback as you do your work.