▲ | throwawayqqq11 3 days ago | |
And now you introduce null and err checks all over your code base. Rust tries to do this ergonomically with the ?-operator, which is not that easy in complex cases but reduces your cognitive load tremendously when possible. |