LeeCampbell / RxCookbook

Collection of recipes and snippets helping you create useful Rx code
280 stars 39 forks source link

https://github.com/LeeCampbell/RxCookbook/blob/master/Algorithms/GeneratingDeltas.md #14

Closed headinthebox closed 9 years ago

headinthebox commented 9 years ago

Why not use Buffer(2,1) instead of ZipSkip?

Also typo yeild.

LeeCampbell commented 9 years ago

LOL, cause I don't want to give all the tips and tricks away for free!! ;-)

I think this is code snippet is just showing is age. I would use the suggested Buffer(2,1) trick instead. I think it is more readable and less faff