ccunning@lemmy.world to Ask Lemmy@lemmy.world · 2 days agoProfessional software engineers of Lemmy, are code reviews still a thing in the age of "AI" assisted coding?message-squaremessage-square54linkfedilinkarrow-up189arrow-down13
arrow-up186arrow-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 · 2 days agomessage-square54linkfedilink
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·1 day agoTiming and tests, name a better migraine duo :D. We continuously create tests that ensure a process completes in an set amount of time, and every time, we don’t give them enough leeway, and the test will fail randomly if the CI runner gets overloaded.
Timing and tests, name a better migraine duo :D.
We continuously create tests that ensure a process completes in an set amount of time, and every time, we don’t give them enough leeway, and the test will fail randomly if the CI runner gets overloaded.