this post was submitted on 12 Apr 2025
1255 points (98.5% liked)

Programmer Humor

22392 readers
2275 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] 30p87@feddit.org 121 points 2 days ago* (last edited 2 days ago) (12 children)

Co"worker" spent 7 weeks building a simple C# MVC app with ChatGPT

I think I don't have to tell you how it went. Lets just say I spent more time debugging "his" code than mine.

[โ€“] other_cat@lemmy.zip 22 points 2 days ago (3 children)

I will give it this. It's been actually pretty helpful in me learning a new language because what I'll do is that I'll grab an example of something in working code that's kind of what I want, I'll say "This, but do X" then when the output doesn't work, I study the differences between the chatGPT output & the example code to learn why it doesn't work.

It's a weird learning tool but it works for me.

[โ€“] cantstopthesignal@sh.itjust.works 13 points 2 days ago (1 children)

It's great for explaining snippets of code.

[โ€“] pohart@programming.dev 1 points 1 day ago (1 children)

I've also found it very helpful with configuration files. It tells me how someone familiar with the tool would expect it to work. I've found it's rarely right, but it can get me to something reasonable and then I can drill into why it doesn't work.

[โ€“] Lightor@lemmy.world 2 points 21 hours ago

Yes, and I think this is how it should be looked at. It is a hyper focused and tailored search engine. It can provide info, but the "doing" not as well.

load more comments (1 replies)
load more comments (9 replies)