research!rsc: Differential Coverage for Debugging
this prompt is amazing for Cursor
"Reflect on 5-7 different possible sources of the problem, distill those down to 1-2 most likely sources, and then add logs to validate your assumptions before we move onto implementing the actual code fix"
thanks Ted!
Filip Kowalskix.com
Problem: You want to know how much of your TypeScript code is type safe.
Solution: type-coverage
This CLI tool reports the percentage of your code that’s type safe.
It reports usage of:
🚩 any
🚩 as assertions (foo as... See more
