So? You should be testing the code it generates, a few lines of code at a time, and writing unit tests where appropriate.
By doing that, you’ll quickly identify anything that it does wrong, and you can just tell it “this line didn’t work”. Normally you don’t need to tell it how to fix it, but you can do that too.
So? You should be testing the code it generates, a few lines of code at a time, and writing unit tests where appropriate.
By doing that, you’ll quickly identify anything that it does wrong, and you can just tell it “this line didn’t work”. Normally you don’t need to tell it how to fix it, but you can do that too.