I'm curious - with the addition of `null` to the t...
# announcements
d
I'm curious - with the addition of
null
to the type system, why are people still against the inclusion of it in code to signify the non-existence of a value (e.g when reasoning about whether to perform some action), even though the language now forces us to think about it and use it in a safe way (I.e. not using
!!
) ?