Mark, On 4/9/21 09:34, Mark H. Wood wrote:
I've appreciated this discussion. It's caused me to think a bit more about my use of this pattern.[regarding tests for null references] This has got me wondering why there is no operator for such an irritatingly common need: if (my_reference isNull) { ... }
Because that makes the language needlessly complicated. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
