|
|
|
|
|
by Jeremy1026
233 days ago
|
|
I've recently started to use it to help with writing tests. I'll write the code, then scaffold out the test scenarios that I want it to do, give it my code, my scaffolding, and say fill it in. It's done pretty well and saves me a ton of time doing the part of the job that I hate the most. I go through and tweak probably 10% of the generated code, and typically about 1 out of 30 tests will fail, badly, and I'll have to rewrite it from scratch. |
|