Hacker News new | ask | show | jobs
by cactusfrog 1064 days ago
Null means unknown. I think the main issue is that people use it to mean “not applicable to this row”, which is different than null’s initial purpose. I think the problems with null could be solved by adding in another None value to distinguish between these two situations.