|
|
|
|
|
by PaulDavisThe1st
1067 days ago
|
|
The caller could NOT pass a null value before. Old situation: called function says: "i would crash if you gave me a null value, so my interface says you cannot give me a null value" New situation: called function says: "i no longer crash if given a null value, which you couldn't do before anyway, so you won't notice any difference" |
|