Fork me on GitHub
#code-reviews
<
2017-05-29
>
noisesmith18:05:03

if you implemented it using transduce instead of reduce, I think your code could be simpler

madstap20:05:24

Thanks, I'll try that when I get home to my computer. Makes sense, don't think I even thought about that....

madstap20:05:23

What do you think about it at a higher level? Is it a "proper" transducing context with the caveats I've mentioned?

noisesmith20:05:07

it seems good enough, but I don't know if I can say much without a chance to really try it