this post was submitted on 11 Jul 2023
474 points (98.0% liked)

Programmer Humor

32361 readers
357 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] rikudou@lemmings.world 4 points 1 year ago (1 children)

I tried it with php which also has a huge amount of code online. The constant checking of the generated code and fixing it was what slowed me down.

[โ€“] b3nsn0w@pricefield.org 1 points 1 year ago

yeah, makes sense. when i'm not doing a test-driven workflow, i usually only allow copilot to generate simple things. with unit tests it's a lot easier because the tests are easy to read and verify, and they expose the errors in other parts of the code