Does anyone even read the front end code anymore?
I am a full stack developer with 6 YOE. At work, I don't even read the front end code anymore when claude writes it. I still read the backend code to make sure data access, security etc are done right, but for the front end if it works, passes linting and tests and looks good, I don't really read it. I know there isn't gonna be any obvious security risks like api keys etc because I don't have them in my local anyway, and the foundation is correctly set up for auth, rbac and I am not touching those most of the time (almost never).
But it's also more than this. I can't even bring myself to read the generated code. Like it feels like a huge chore to read what claude wrote. I know the architecture is right and sound. So I just make sure the correct files are edited or new files are created in the right places and that's it. Most of the time the PR reviewer just rubber stamps it too. Anyone else feel this way?