Nick
10/19/2020, 5:20 PMfun f(a: String){
sendData()
//some a.length call (throws NPE)
}
with intrictics removed 'sendData' method will be executed.
Another persons position is that business logic should be explicitly checked with some require(a!=null) check and developers should not rely on intrictics.
What do you think?Adam Powell
10/19/2020, 5:25 PMAdam Powell
10/19/2020, 5:26 PMjw
10/19/2020, 5:41 PM