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

A billion alerts in DD/Sentry/whatever saying the exact problem that coincide with the exact graph of failures would probably be helpful if someone looked at them.


Not if everyone decides to 's/.unwrap()/.expect("Shouldn't happen")/g' in the code base.

Or the good old:

    let x = match res { 
       Ok(x) => x,
       Err(_) => unreachable!(),
    }




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

Search: