DEV Community

Discussion on: Dealing with Nothing in C# - The Null Object Pattern

Collapse
 
j2jensen profile image
James Jensen

Very good overview of the null object pattern.
Others already mentioned Maybe/Optional pattern. Here's my take on that pattern: github.com/j2jensen/callmemaybe
I'm definitely looking forward to nullable reference types in C# 8!