blog/specialized-value-objects-for-entity-identifiers #11
Replies: 1 comment
-
|
There is a library for this now! https://github.com/framefork/typed-ids |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/specialized-value-objects-for-entity-identifiers
You’re probably already using Value Objects daily. Most likely, you’ve come across LocalDate, LocalTime, Instant, URL, Path, … etc. These are provided by the language and arevery generic. Maybe you’ve written your own for something like an Email or PhoneNumber, but they’re still relatively generi...
https://filip-prochazka.com/blog/specialized-value-objects-for-entity-identifiers
Beta Was this translation helpful? Give feedback.
All reactions