TypeScript
May 10, 20267 min
Branded Types for Domain Safety
UserId, OrderId, Email — all of them strings to the compiler, all of them disasters when accidentally swapped. Branded types are five lines of code that prevent the whole class.
TypeScriptPatterns
Read