|
|
|
|
|
by reilyroadster
24 days ago
|
|
Nil is not the problem, practically every language has such a concept - it's pretty much required to make things like Maybe/Optional work. The problem is the implicitness of it and how easy it is to produce them and forget to check for them. |
|