📅︎ 25.02.2024 ✏︎ by Evy ⏱︎ 12 min ±10% C#’s two NULLs In my work time i do a lot of C#. Inevitably i also run into a lot of nullable data. This is a short story of how i tried to make dealing with nullable data cleaner, coming from languages with monadic Option types. Did it go well? No.