5 ms·
I think the poster means that adding null is a big, substantial change to the interface - if you have a function that used to not make sense with a null argumen
by joeatwork 3y ago
I think the poster means that adding null is a big, substantial change to the interface - if you have a function that used to not make sense with a null argument, and then it suddenly does make sense with a null, then the function has changed in a way observable to callers.