this post was submitted on 19 Nov 2024
240 points (98.8% liked)
Programmer Humor
32524 readers
486 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I used chatgpt as a code monkey for a while. Let it do the repetitive work. But then I got good at using multiline editor features.
Now I use it to "give this form some basic css" or "open a udp connection in c#". Anything more complex or nuanced than that I find I can do better and faster.
I ask it for help when I'm unfamiliar with a library/language or if I'm getting complex errors.
But I always type out the code myself, making sure I'm reading each line and understanding what's happening.
Even for boilerplate if you just let the ai go at it, it'll generate a Frankenstein boilerplate of an outdated standard.