research!rsc: Differential Coverage for Debugging
Make debugging easier
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new... See more
There’s so many little tricks I’ve acquired over the years on making software easier to debug. If you don’t make any effort to make debugging easy, you’re going to spend unacceptable amounts of time debugging each issue, as your software gets more and more complex. You’ll be terrified to make changes because even a couple new... See more
Marcus • Marcus' Blog

pro tip if you're smart and writing tests to cover the code you generate in @cursor_ai
run a code coverage report and feed the uncovered lines back to the agent. it'll improve your tests specifically to hit what's actually missing.
smarter tests, less guessing, real coverage... See more