this post was submitted on 07 May 2025
154 points (94.3% liked)
Programmer Humor
35561 readers
289 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
Again, the meme says absolutely nothing about beginners. It's the coding practices of experienced developers today. And if those look indistinguishable from beginner practices to you, then perhaps you see the problem.
Parts of me want to argue that "experienced devs" can't seriously still ask ChatGPT for syntax correction. Like, I do that with Codestral as I'm learning Python (despite the occasional errors it's still so much better than abstract docs…), but that should just be a learning thing… or is it because nowadays a single codebase often consists of 5+ languages and devs are expected to constantly learn all the new "hot shit" which obviously won't make anyone experts in one specific one like back when the there just weren't as many?
I think it's more of the latter. There are a lot of languages and each one has its own quirks, libraries, and patterns. Even as an experienced dev, you might know what you want to do conceptually, but you might not be sure what the best way to do that in a particular language is. LLMs can be used in a similar way to StackOverflow to look up these sort of things.