10 ms·
> and function chaining with unnamed intermediary results actually reduces readability significantly For me this is the reverse, having assignment (to verbose
by smoothdeveloper 10y ago
> and function chaining with unnamed intermediary results actually reduces readability significantly
For me this is the reverse, having assignment (to verbose and often redundant named identifers) interrupting the flow adds a lot of visual noise compared to an expression using chaining functions (using say |> operator in F#).