(no title)
rvcdbn
|
1 year ago
IMO there really needs to be a way to mark all variables non-null by default at package or at least a file level. Otherwise there will be a strong safety argument for always using T! syntax on almost every variable and this will just be a lot of noise.
rileymichael|1 year ago
> Providing a mechanism in the language to assert that all types in a certain context are implicitly null-restricted, without requiring the programmer to use explicit ! symbols.
foolfoolz|1 year ago
this is only an issue at the boundaries of our code where we interact with libraries. i imagine that will be the case with this new syntax as well
jayd16|1 year ago
jayd16|1 year ago