|
|
|
|
|
by mkw5053
453 days ago
|
|
I’ve been using Cursor extensively on TS projects and noticed a big improvement in speed and code quality by enforcing clear guardrails (strict types, linting, formatting) combined with rigorous TDD. When I hit an error or exception, I explicitly tell the agent to pause and first figure out the best way to debug and quickly pinpoint the root cause. This approach generally works well, provided I’ve decomposed the problem enough that we’re debugging just one thing at a time (though that’s not always trivial). I’m interested to try this out to see if or how much it speeds things up further. |
|
If you come across any issues specific to your stack, happy to look into them.