- TypeScript
- DDD
- Design
Value Objects in TypeScript: goodbye to primitives
Stop passing strings everywhere. Value Objects in TypeScript: types that speak the language of your business and validate at birth.
// tag
2 articles
Stop passing strings everywhere. Value Objects in TypeScript: types that speak the language of your business and validate at birth.
When a function can fail, let the type say so. Result Pattern in TypeScript: explicit errors, type-safe, and easy to test.