問題タブ [rust-result]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
error-handling - 「and_then」の使用をやめて、常に「?」演算子を使用する必要がありますか?
私はこのようなものを書きたいのですが、タイプ間の不一致のためにコンパイルされません:
すべてのクロージャーに a を追加するのmap_err
は遅く、「ボイラープラティ」に見えるので、次のようなものに置き換えます。
最初のものはより自然で英語のように読めますが、2番目のものは逆のように感じます.
を捨ててand_then
、常に?
演算子を使用する必要がありますか?
?
そうでない場合、結果コンビネーターをオペレーターと同じくらいスムーズにする方法はありますか?