Katherine Prevost
Results
2
comments of
Katherine Prevost
Would it be better to add "trailing conditionals", or to instead have a concept for "light-weight conditionals"? The moral equivalent of this in Ruby: ```ruby do_something() if condition ``` is...
As someone who writes a lot of software that works by connecting things up with pipes: I _strongly_ encourage at least getting `#[unix_sigpipe = "sig_dfl"]` out of nightly. After reading...