▲ | DTrejo 2 days ago | |
Sure - imagine my PR adds one new test which test one new function. Starting from the test, allow me to step through the program execution, just like a debugger, to observe variables, surrounding code, and the complete file. If you read only the covered lines of code in a linear way, you'd miss the refactoring opportunities because you aren't looking at the rest of the file. |