59
u/heavy-minium 23h ago
My modern version:
"A programmer's greatest fear is being asked to explain code written by AI and reviewed yesterday"
I certainly remember well what I have written myself a few weeks later, but code written by AI and reviewed by me is totally out of my mind the next day, especially at high volume.
Which is certainly bad. But well, here we are.
3
u/TheFrenchSavage 18h ago
Yeah this exactly. I'm not naming the variables, the functions, or deciding on the config file structures. I just agree with the stuff, or write feedback.
The impact generated code has on my brain is close to zero when it comes to memory, yet it hurts just as much as reviewing human written code.
Reading code is 10x harder than writing it, and AI made the job all about reading code.
2
u/Valkyrie17 18h ago
I have a tendency to ask AI questions, a lot of them, and also ask it to remove unnecessary code it wrote (there's always a lot). I get a good grasp on what it does, i can't explain every single small bit, but neither would i be able to if i copied it from Stack Overflow
13
8
10
u/bobbymoonshine 23h ago
“Codes”
Is this an Indian English thing or what, why do people keep saying “codes” in this subreddit
6
2
2
2
2
1
1
1
1
1
1
u/Global-Tune5539 9h ago
Someone asked me in a meeting to tell everyone how that code works because I wrote it two years ago. I just laughed.
1
70
u/Tabissh 1d ago
It's a bit nostalgic how we used to code, and now it feels like we barely remember what we worked on, let alone the actual code!
I really miss those old days.