Console noise is a problem


Console noise is a problem.

Examples:
ESLint warnings and errors
Dependency warnings
Security warnings
Console logs in the browser
Automated test warnings

Once some are allowed, the console quickly becomes too noisy to be useful.

The solution? Fix them. Don't allow any. Zero.
This might mean loosening checks in the short-term. But if a warning or error occurs, I believe it should block the build.

If it doesn't, new warnings are hard to notice, so we quickly end up with 100's.

View original on X