Bomret / NeverNull

A Option type that prevents using null in your code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetOrDefault should be removed

Bomret opened this issue · comments

NeverNull aims to eliminate the usage of null but the GetOrDefault method reintroduces it. Therefor it should be removed. If users need its behaviour they can still use GetOrElse(default(T)).