0
kicks
Zen Development Practices: C# Maybe Monad
Maybe (of the monad fame) is a really simple construct in C# that had completely freed me from all cases of NullReferenceException in my code, while making it cleaner and more efficient...