|
|
|
|
|
by joshstrange
363 days ago
|
|
I completely agree, I’m not anti-code review but it’s by far the least enjoyable part of my job. It’s never going to give you same understanding that getting into the code will. That’s acceptable when there is another human who _does_ understand the code (they wrote it) and someone who can learn and grow via the code review process. None of that applies for LLM-generate code. In many cases if it fails at the task, it’s much easier for me to just do it myself than to go a couple more rounds with the LLM (cause it’s almost never as easy as a normally code review, you have to prompt better and be more explicit). That my biggest annoyance with Claude Code/Aider, always feeling like I’m 1 prompt away from everything slotting into place. When, in reality, each time I get back on the merry-go-round it might fix 1 thing and then break another. Or it’s “fix” might be absurd (“I’ll just cast this so it’s the right type” :facepalm:). |
|