|
|
|
|
|
by wordofx
453 days ago
|
|
I used to run into dead loops until I changed the way I prompt cursor. Asking it to focus on 1 error at a time massively improves the success rate. Had an old project in node 10 project that hadn’t been touched since ~2017 and after several attempts with cursor. Asked if to fix 1 issue at a time until it moved from node 10>12>14…>22 and after about 15 minutes it succeeded. That included updating all the dependencies and removing deprecated/dead/dropped packages and getting them to latest and updating Vue from 1 to 3.5 |
|
We (co-author here) even tried to build a design doc tool that can fed to Cursor in that effect.[1]
[1] https://updates.priyank.ch/projects/2024/03/01/introducing-a...