Hacker News new | ask | show | jobs
by tangent128 2761 days ago
If you know something can't possibly be null, then store it as a non-nullable type as soon as you know that.
1 comments

> as soon

that would need dynamically typed data...