AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of No Checking in Rust
Rust is a language that has no checking or some kind of absence of value checking, like for sure, dark came out with no safety in their code. So if you have a question mark at the end of a type, that means that this thing can be no. And what's nice is that the compiler will actually force you to check it similar to Rust where you have this idea of kind of like a union typeWhere it's either the result or an error or something like that right? With the option type. I think that's super huge.