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 guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
A guide to manually tackling tedious software development tasks like linting and dependency upgrades, and when brute force is the right approach.
A step-by-step tutorial on installing and configuring the ESLint extension in VS Code to enforce consistent code style.
A guide to writing robust React components, focusing on practical design principles over arbitrary style guide rules.
An introduction to Black, the uncompromising Python code formatter that automatically styles code to PEP 8 standards and beyond.
A guide to implementing effective code reviews, covering tone, automation, and best practices for teams.