Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Enterprise Craftsmanship
(Uncensored)
subscribe
Nulls in Value Objects
https://enterprisecraftsmanship.com/posts/nulls-in-value-objects/
links
backlinks
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)?