DEV Community

Discussion on: Why null in C# is so bad

Collapse
 
tomsfernandez profile image
Tomas Fernandez • Edited

You can always use the Options pattern to avoid using a specific feature of a compiler and stop using null as return type.