if i remove nullability from Kotlin's type system ...
# announcements
j
if i remove nullability from Kotlin's type system and instead require you to write optional types as
Optional<Foo>
nothing has changed