Bomret/NeverNull

GetOrDefault should be removed

Bomret opened this issue · 0 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)).