Login
From:
Enterprise Craftsmanship
(Uncensored)
subscribe
Nulls in Value Objects
https://enterprisecraftsmanship.com/posts/nulls-in-value-objects/
links
backlinks
Roast topics
Find topics
Find it!
Today, we’ll discuss an interesting use case of handling nulls in value objects. Should you put null inside the value objects themselves or decorate those value objects using the nullable reference type notation (? or Maybe)?