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

As a hypothetical example, when making a regex, I call `Regex::new(r"/d+")` which returns a result because my regex could be malformed and it could miscompile. It is entirely reasonable to unwrap this, though, as I will find out pretty quickly that it works or fails once I test the program.


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

Search: