AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is It Going to Be Nullable Types?
In C sharp from the get go now we've done some work now, but this is like 20 years later. Now functional languages have made a lot of progress in that space. And we have two in TypeScript. Back then, if you declared a string, any string could also be null. There was nothing you could do to save yourself from that. And any object could also benull. That meant that things could blow up in your hands at any point in time. It sure would have been nice to try to exercise nulls a bit more.