By Tag (5)
code-quality
Exhaustiveness checking and discriminant property: the complete guide
We'll fully understand exhaustiveness checking and discriminant properties, commonly used in the TypeScript world, along with their use cases, pros, and cons
react, typescript, patterns, techniques, clean-code, code-quality826000Reflections on test coverage in web development
Test coverage is just a metric, an additional piece of information. However, in my opinion, it should not be enforced - I'll give you reasons why
tech-dept, maintenance, jest, code-quality, testing300000Dealing with tech debt in applications
A cohesive guide on how tech debt is created, tracked, and managed, featuring shared perspectives and experiences from various projects
code-quality, maintenance, tech-dept, processes, stories301000Command Query Separation principle
Command Query Separation is a handy principle that separates logic into commands, which modify, and queries, which read. We'll explain its impact on the codebase
javascript, typescript, principles, patterns, code-quality, practices, clean-code001000Naming generics in TypeScript
Discover effective strategies for naming generics in TypeScript, aimed at improving code readability and maintenance for developers
typescript, conventions, naming, code-quality, eslint000000
Top Tags
Content Rank
Everything about barrel exports in JavaScript
2637200Consider using type imports in TypeScript
1947210How to be productive as a software engineer
2010000