In other words, being a human expert in writing high quality implementations is less important now.
Says who?
I know Haskell but use C++ as my daily tool. And I do care deeply about code quality because I don't want to spend most of my time fixing bugs.
All of the years we've spent on immutable by default, strong types and dreaming about the lambda has to matter! The AI that just rips out thousands of lines an hour of imperative and weakly typed code just has to be leading organizations to ruin! You'll see!
We worked hard at honing our craft. It's still meaningful, damnit!
FP is disgusting looking anyway
Once React came out with shit like
useEffect(() => {}, [])
And it was actually good and useful, I gave up on code aesthetics. Or rather, moved that thinking into overall comment, spacing, file breakdown and organization.How the fuck does "useEffect(() => {}, [])" mean a function that will run when the page loads? And then if you do this
useEffect(handleComponentMount, [])
You go to jail in real life. Nobody knows why - it has to be an arrow function.