I agree with you.
I just do not understand why null can be an unidiomatic feature.
So there is no alternative to null
var a:String = _ // it is good
a = null // is it really unidiomatic?
I agree with you.
I just do not understand why null can be an unidiomatic feature.
So there is no alternative to null
var a:String = _ // it is good
a = null // is it really unidiomatic?