lysdexic@programming.dev to Programming@programming.devEnglish · 18 days agoMistakes engineers make in large established codebaseswww.seangoedecke.comexternal-linkmessage-square19fedilinkarrow-up152arrow-down12cross-posted to: [email protected]
arrow-up150arrow-down1external-linkMistakes engineers make in large established codebaseswww.seangoedecke.comlysdexic@programming.dev to Programming@programming.devEnglish · 18 days agomessage-square19fedilinkcross-posted to: [email protected]
minus-squareBrianTheeBiscuiteer@lemmy.worldlinkfedilinkarrow-up8·18 days agoIt’s been the hardest thing for me to instill good testing practices in devs. In a function with 23 paths devs usually burnout and only do 9 or 10. Most never consider that making the function smaller is an option.
minus-squareprojectmoon@lemm.eelinkfedilinkarrow-up4·18 days ago1 scenario tested is better than 0 tested.
It’s been the hardest thing for me to instill good testing practices in devs. In a function with 23 paths devs usually burnout and only do 9 or 10. Most never consider that making the function smaller is an option.
1 scenario tested is better than 0 tested.