Y
Hacker News
new
|
ask
|
show
|
jobs
by
lupire
685 days ago
Go has nullable types! We want non-nullable types!
1 comments
chuckadams
685 days ago
I blame C# for the confusion. Think of it this way: the ability to explicitly express a type Foo|null implies the existence of a non-nullable Foo as well. IOW it’s shorthand for “nullable and non-nullable types”.
link