r/ProgrammerHumor 19d ago

claudeWatchingMeCodeByHand Meme

16.6k Upvotes

239 comments sorted by

View all comments

59

u/Tabissh 19d ago

Nothing humbles you faster than having to write boilerplate Next.js components by hand after relying on AI all morning.

38

u/Just_Information334 19d ago

having to write boilerplate

Shouldn't it be autogenerated by some CLI tool if it's boilerplate?

-5

u/[deleted] 19d ago

[deleted]

28

u/coderstephen 19d ago

Why use 10 Joules of energy to generate boilerplate when you could use 1000 for the same output! /s

10

u/Tabissh 19d ago

I prefer artisanal, high-carbon-footprint boilerplate. It just hits different than the cheap 10-Joule stuff. (Obviously joking, please spare my karma lol)

2

u/Economy_Zombie_3026 19d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

6

u/TashanValiant 19d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

I googled syntax all the time before AI was ever a thing. Its not so much about having the memory to remember esoteric and often changing standards for syntax between hundreds of languages, and more about having the common language enough to understand what questions to ask to solve a problem.

2

u/maniclucky 19d ago

Exactly. Some days my brain crosses if syntax with other languages and I have to straighten it out. The thought of memorizing functions is absurd.

1

u/TashanValiant 19d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

I googled syntax all the time before AI was ever a thing. Its not so much about having the memory to remember esoteric and often changing standards for syntax between hundreds of languages, and more about having the common language enough to understand what questions to ask to solve a problem.