Nulls and null checks - How to work safely with nulls in any codebase
An important part of clean code is handling nulls properly.
Nulls have been a tricky problem in programming for decades.
Tony Hoare, the inventor of the null even called it a billion-dollar mistake.
Semantically, nulls are necessary. They represent t...
sargalias.hashnode.dev13 min read