I’m probably one of the few that advocates for 100% Code Coverage.

There may be some justifiable exceptions, but overall it’s just a good practice to avoid something that doesn’t work as expected.

#Programming #Coding #SoftwareDevelopment #AppDevelopment #AIDevelopment #AIProgramming #AI #WebDevelopment #WebDev #Code #C #JavaScript #JS #PHP #Rust #Go #Golang #CPlusPlus #Swift

@darkghosthunter I’m with you. I shoot for 100% for libraries and if I can’t get there, I’ve probably designed something about the library poorly. Things like mocking complex external resources and huge datasets can make it hard, but otherwise, 100% is generally possible and preferable.