Mistake: Needlessly wide optional field


Mistake: Needlessly wide optional field.

What's the semantic difference between an omitted address property, a null address, an undefined address, and an address that has no properties? 😬

Solution: Narrow the field's type.

The address is either populated or null.

View original on X