@lysdexic@programming.dev to Programming@programming.devEnglish • 9 days agoMistakes engineers make in large established codebaseswww.seangoedecke.commessage-square19fedilinkarrow-up153
arrow-up153external-linkMistakes engineers make in large established codebaseswww.seangoedecke.com@lysdexic@programming.dev to Programming@programming.devEnglish • 9 days agomessage-square19fedilink
minus-square@BrianTheeBiscuiteer@lemmy.worldlinkfedilink8•9 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.
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.