ccunning@lemmy.world to Ask Lemmy@lemmy.world · 1 day agoProfessional software engineers of Lemmy, are code reviews still a thing in the age of "AI" assisted coding?message-squaremessage-square54linkfedilinkarrow-up188arrow-down13
arrow-up185arrow-down1message-squareProfessional software engineers of Lemmy, are code reviews still a thing in the age of "AI" assisted coding?ccunning@lemmy.world to Ask Lemmy@lemmy.world · 1 day agomessage-square54linkfedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·5 hours agoIt is over simplified, but there are often implicit requirements that a human would be aware of from the broader context that the LLM may not be. i.e add is used to increment a health bar, so wrap around doesn’t make sense.
It is over simplified, but there are often implicit requirements that a human would be aware of from the broader context that the LLM may not be.
i.e
addis used to increment a health bar, so wrap around doesn’t make sense.