Community

Generating Default Values for Nulls with Coalescing Operator

(Peter Vogel) Generally speaking, developers hate nulls. While an integral part of relational database theory (where they represent an unknown value), eventually nulls get passed to some variable that won’t accept them and your code blows up.

Read More - Register for Free Membership