Modeling Primitives as Value Objects in TypeScript
Apr 13, 2023 · 5 min read · Introduction When we model an entity we need to declare some properties with primitive types such as number or string. However, these types are so generic that they do not express the logic and rules behind the properties we need to model. We will co...
Join discussion
