(no title)
throwatdem12311 | 7 days ago
I only speak for me but when I review code I need to dig into my own experience writing and and remember what works and what doesn’t that I’ve internalized over years of writing and manually debugging code. Take that out of the equation and I wouldn’t be good at reviewing code for long.
I used to write a lot of C++ back in the day, and I can still read it and understand it for the most part but I would never be able to effectively review anything non-trivial. I just don’t have enough recent experience writing it myself to have internalized all of the obscure pitfalls and gotchas. And just vommitting out some C++ from a bot and just having it redo things until it has the appearance of working correctly isn’t gonna help me with that.
“My job now is just reviewing code” is such an extremey short-sighted view I’m terrified for the future where nobody understands anything anymore. I’m sure OpenAI and Anthropic would love this though.
And yeah, reviewing code is one of the more tedious and unfun parts of the job why would I want this?
One of the most annoying parts of my job is my supervisor who used to be a dev but became a manager years ago. He doesn’t really understand the codebase enough anymore and I spend so much explaining basic things to him now it actually hinders our productivity when he wants to “contribute”. And let me just say that getting a Claude sub for the whole team hasn’t helped this at all.
And one last thing - every single engineer I know that needs to maintain a Stripe integration hates them with the power of a million suns.
ebhn|7 days ago
ffsm8|7 days ago
Otherwise wouldn't you first figure out how you'd solve the issue, then contrast it to what the PR creator actually did - and then judge which approach is better, long term?
At least that's how I do it whenever there is an actual fun problem, but they're admittedly rare... It's mostly just boring adjustments and these are as interesting to explore as ... Lacing my shoes.
nojito|7 days ago
What exactly does "writing code" mean?
Are you telling me I have to write for loops and if elses forever?