|
|
|
|
|
by ZYbCRq22HbJ2y7
502 days ago
|
|
For scaffolding? I still use snippets (with tooling ofc). Around 85% of the time, it seems like it takes me more time to write what I want to code in natural language to an AI prompt (and then correct it) than it would to actually code what I want. The 15% of the time when I want something like "Write test cases to cover this module" is something a snippet couldn't do anyway. |
|
That's how it should be, actually 100%. If you need scaffolding (and snippets) it means your language doesn't have (or worse, can't have) the right abstractions in its library.