Coding Horrors: The Tales of Late Feedback Cycles and Development Uncertainty

In this blog series: we ask prominent developers to share their tales in dealing with various aspects of software complexity.
Code live view and insights are now visible in the Jaeger view.
Digma aggregates historical data about the code, in the latest release we’ve also provided a way to see more live feedback as well. The live view allows you to inspect any code location and see basic statistics as it gets called, comparing them with the baseline data collected so far. This allows you to visually spot any changes in performance or behavior as you make changes to the code.
Using the integrated Jaeger view, developers can inspect a drill down to a specific trace. Now, additionally, you can also see specific insights in specific parts of the trace view and examine specific issues and insights whether in the code or outside of it.
We’ve streamlined the processing flows, especially when developing code so that insights that Digma automatically collects using OpenTelemetry will appear more rapidly as you roll out and test your changes.
Digma is an IDE plugin for analyzing code runtime data. It enables rapid development in complex projects by linting and detecting issues as they appear, highlighting possible risks in code and providing code change analysis and context
For more info check out the Digma main repo