varx is a user on infosec.exchange. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

Rust needs .unwrap_as_in_i_havent_worried_about_error_handling_yet() and .unwrap_as_in_it_is_statically_impossible_for_this_to_go_wrong_and_if_it_does_you_should_really_panic()

varx @varx

@jennamagius I suppose my approach would be to alias oopsie_woopsie to unwrap when it's something you want to take more care around later. Makes it easier to grep.

(Don't ask me how to do that, though; I'ven't got to the macros chapter yet...)

· Web · 0 · 1

@jennamagius (Bonus: Make a git hook or something that prevents you from actually pushing, or maybe even committing, the use of that macro. have considered doing this in the past, never actually tried it out.)