|
|
|
|
|
by DangitBobby
524 days ago
|
|
Missing values are not always an exception. There's a reason modern languages almost universally include an Option type which may contain a Null and allow you to pass it around as a first class value. Good data representations allow you to express missing values. |
|