(no title)
crimsonnoodle58 | 7 days ago
But humans are still left to review the code in the end, and as a developer, code reviewing is one of my least favourite things..
I'm not sure I could spend the rest of my career just reviewing code, and never writing it. And I'm not sure my team would either. They would go insane.
As developers, by nature, we are creative. We like to solve problems. Thats why we do what we do each day. We get a thrill when we solve the problem, test it and it actually works. When we see it in production and users enjoying it. When we see the CPU usage go from 99% to 5%.
I fear we are soon becoming nothing more than the last validation step between AI and reality. And once AI becomes reality, which is very soon, the days of development as we knew it will be over.
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?
devonkelley|6 days ago
caseyohara|7 days ago
therealdrag0|7 days ago
One exciting thing about AI is when I have an idea of something to do and can visualize it, instead of writing a ticket that sits in the backlog, I can use AI to vibe it up, with just a couple hours of my attention I can spare. Sometimes it works sometimes it doesn’t. But it’s fun and satisfying to get more shit done, and be able to scratch the same builder and solver itches in my 10% time.