100% Code Coverage Is Useless (Дата оригинальной публикации: )

JavaScript Simplified Course: Many companies use some form of test coverage metric to measure how well tested their code is. Oftentimes these metrics are set as rules that must be maintained at all times. This is a terrible idea, though. Test coverage in general is a poor metric that doesn’t actually tell you anything meaningful about your code or the confidence you should have in it being bug free. In this video I talk about why test coverage is a bad metric and what you should do instead. 📚 Materials/References: JavaScript Simplified Course: Code Coverage Article: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 01:18 - Problem #1 04:45 - Problem #2 09:30 - Problem #3 #CodeCoverage #WDS #JavaScript
Back to Top