Are null references really a bad thing?
- by Tim Goodman
I've heard it said that the inclusion of null references in programming languages is the "billion dollar mistake". But why? Sure, they can cause NullReferenceExceptions, but so what? Any element of the language can be a source of errors if used improperly.
And what's the alternative? I suppose instead of saying this:
Customer c =…