• UndercoverUlrikHD@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 minutes ago

      In my defence, I manually verify every test/calculation by hand, but so far copilot is nearly 100% accurate with the tests it generates. Unless it is something particularly complex you’re working with, if copilot don’t understand what a function does, you’ve might want to check if the function should be simplified/split up. Specific edge cases I still need to write myself though, as copilot seems mostly focused on happy paths it recognise.