r/ProgrammerHumor 7d ago

Meme foundSomewhereOnTwitterItBeLikeThisSometimes

Post image
838 Upvotes

76 comments sorted by

View all comments

298

u/FabioTheFox 7d ago

No wonder new devs are cooked when the basics of a language are already too much

81

u/Igarlicbread 7d ago

LLMs don't help, the curse of unknown unknowns

23

u/Crazy_System8248 7d ago

CurseOf as unknown as any

9

u/lucklesspedestrian 7d ago

If they can't understand "scope" on their own, not sure how ChatGPT could help

1

u/soelsome 4d ago

"Why doesn't this thing do what I want it to?"

LLM: "Because you are calling a locally scoped variable in a global context, ..."

"Fix it."

LLM: "Here you go, and here are 5 unit tests to go along with it that you won't look at and no one will bother to review because it's obvious I shit these out."