Never return Null Arrays – really?
Scott Selikoff recently posted that we should “never return null arrays”. I’m not sure I entirely agree. Both the tone of the article and the comments so far seem to be in agreement, but I am still not so sure. I’ll skip the terminology issue for the moment, just note that an array in Java …