When doing code reviews together with our customers we see a pattern regularly which I consider problematic in multiple regards – the usage of
null
as a valid property or return value. We can do better than this.