Tag · 2 articles
#Code Quality
Every article we've published tagged with "Code Quality".
Practices
5 min
TypeScript Patterns That Make Your Codebase Easier to Live With
Beyond the basics — a handful of TypeScript patterns that pay rent every day, including discriminated unions, branded types, and how to stop fighting the compiler.
Practices
6 min
How to Write React Components That Don't Get Refactored Twice
Concrete patterns for writing React components that survive contact with a real codebase — composition, prop design, and the small habits that prevent rewrites.