Spring Cleaning Your Codebase: A Practical Checklist
A practical checklist for spring cleaning your codebase, covering dead code removal, dependency updates, and technical debt reduction.
16 articles tagged with "Code-quality"
A practical checklist for spring cleaning your codebase, covering dead code removal, dependency updates, and technical debt reduction.
Practical strategies for working with legacy code, from adding tests to safe refactoring and the strangler fig pattern.
Learn when to fix technical debt and when to leave it alone. A practical framework for making smart tradeoff decisions.
Practical TypeScript patterns that make your code safer, from discriminated unions to branded types, with real-world examples.
Practical guide to writing tests that actually help you ship with confidence, catch real bugs, and make refactoring safer.
An honest look at why pair programming works for code quality and knowledge sharing, and when it is not the right approach.
Automate code quality with linters and formatters to catch bugs early, enforce consistency, and eliminate style debates in code reviews.