ccunning@lemmy.world to Ask Lemmy@lemmy.world · 8 days agoProfessional software engineers of Lemmy, are code reviews still a thing in the age of "AI" assisted coding?message-squaremessage-square54fedilinkarrow-up190arrow-down13
arrow-up187arrow-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 · 8 days agomessage-square54fedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·6 days 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.