aleixmorgadas’s avataraleixmorgadas’s Twitter Archive—№ 216

  1. …in reply to @VaughnVernon
    @VaughnVernon In my opinion, it's fine to use null in Kotlin as long as the consumer of that interface is also Kotlin. In that scenario, I consider how Kotlin deals with null as syntactic sugar for an Option<T>. Otherwise I might use Optional from Java 🤷