Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like Rust from what I've tried. But I'd have preferred something like this:

  let file = file.unwrapOrPanicWith("file was null");
option.expect(message) doesn't semantically make sense.


There was some discussion about this when the method was named; you're not alone. In the end, it is what it is. You could define your own method like that if you really wanted to.


I read it as expect (prepare) for the worst!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: