Writing Guide 4 min read
Avoid Magic Strings in TypeScript and JavaScript
Replace ad-hoc string literals with clearer domain language, stronger typing, and safer refactors.
In series: The santi020k way · Part 3
Filtered to 2 posts connected by the #code-quality topic.
Other popular topics
Select a different topic from the filter to switch views, or clear to see all posts.
Replace ad-hoc string literals with clearer domain language, stronger typing, and safer refactors.
In series: The santi020k way · Part 3
The code smells that usually predict rising maintenance cost before a team feels the full pain.
In series: The santi020k way · Part 2