Suppressions of Suppressions
Discusses the risks of suppressing lint rules in code and proposes a meta-lint rule to prevent suppressing critical rules.
Discusses the risks of suppressing lint rules in code and proposes a meta-lint rule to prevent suppressing critical rules.
A step-by-step tutorial on installing and configuring the ESLint extension in VS Code to enforce consistent code style.
A tutorial on integrating ESLint with Webpack 5 and Babel to enforce code style and catch errors in a JavaScript project.
A developer questions the pursuit of 'clean code' after refactoring for DRYness makes the codebase harder to understand.
Argues that overly clever code is harmful in production environments, using Project Euler examples to contrast with maintainable code.
An article discussing the importance of fixing hidden technical debt and friction in software development, even when it's not immediately visible.
A review of 'The Pragmatic Programmer' book, assessing its timeless principles and relevance in modern software development.
A developer argues against committing commented-out code, explaining why it harms code readability and maintainability.
How the developers used Pylint to refactor and clean up the codebase for the Entertainer media center software.