Writing unit test cases is almost automatic (Claude 3.5 and now Claude 3.7). It’s good at the specific test setup necessary and the odd syntax/​boilerplate that some testing libraries require. At least 5x speedup.
Autosuggestions (Cursor) are net positive, probably 2x-5x speedup depending on how familiar I am with the codebase.
For Golang:
Writing unit test cases is almost automatic (Claude 3.5 and now Claude 3.7). It’s good at the specific test setup necessary and the odd syntax/​boilerplate that some testing libraries require. At least 5x speedup.
Autosuggestions (Cursor) are net positive, probably 2x-5x speedup depending on how familiar I am with the codebase.