Tagged Questions
19
votes
13answers
2k views
Why are null references shunned while throwing exceptions is considered okay?
I don't quite understand the consistent bashing of null references by some programming language folks. What's so bad about them? If I request read access to a file that doesn't exist then I'm ...