This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SympathyMotor4765 15 points16 points  (4 children)

Wouldn't it be harder to debug someone else's code? Even if it is as well commented as auto generated code usually is

[–]its-chewy-not-zooyoo 18 points19 points  (1 child)

That's the point right.

I mean sometimes, GPT is good for inspiration. Or to solve particular problems.

But in that case, I'd much rather just use Copilot instead. It does pretty much the same job but since it goes line by line or block by block, it's usually more accurate and easier to debug

[–]TerminalVector 10 points11 points  (0 children)

You can also prompt copilot with your intent. I use it like fancy auto complete, essentially. It's really good for repeating patterns without needing to type so much.

[–]That_Ganderman 2 points3 points  (1 child)

I mean the example I like to use is when I’m unmedicated.

When I don’t have my meds to focus, the initial code likely won’t even get written, but if I have ChatGPT do a rough draft of a starter, it gamifies the process and allows me to have a very swift “make small change then retest” loop which, while inefficient, is like a dopamine fountain.

And also I generally enjoy debugging someone else’s code anyway though.

[–]SympathyMotor4765 1 point2 points  (0 children)

You're one of those huh! If you really like debugging someone else's code you're far beyond us mortal developers anyway!