By Tag (5)
code-quality
- greenonsoftware 24 days ago
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-quality
20100 - polubis 4 months ago
Reflections 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, testing
10000 - polubis 4 months ago
Dealing 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, stories
10000 - polubis 6 months ago
Command 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-code
00000 - polubis 8 months ago
Naming 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, eslint
00000
Content Rank
- polubis 5 months ago
Consider using type imports in TypeScript
182421 - polubis 3 months ago
Everything about barrel exports in JavaScript
171210 - polubis 8 months ago
Mapped types in TypeScript
60200