Incremental metrics provide most value to the development
Written by Grigory Rechistov in Uncategorized on 06.03.2023. Tags: tests, benchmarking, static analysis, incremental analysis,
Recently I realized that there is a common pattern for many “testing” activities undertaken during the daily development cycle. Many of them provide the biggest benefit if their results are reported in an incremental manner, i.e. against individual change requests, rather than against the whole code base.
Examples: code …