ChatGPT Isn’t as Good at Coding as We Thought::undefined

  • abhibeckert@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    7
    ·
    edit-2
    1 year ago

    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.