Hi, nice to meet you 😄!
You can find this article in my personal blog here.
For further actions, you may consider blocking this person and/or reporting abuse
Hi, nice to meet you 😄!
You can find this article in my personal blog here.
For further actions, you may consider blocking this person and/or reporting abuse
Sushant Gaurav -
Samarpan KC -
Jean-Noël -
Chidubem Okoli -
Top comments (5)
To any readers, if you enjoyed this article you might take a moment to check out (or checkout) iter-tools. I currently maintain it, and it provides a great toolbox for working with any kind of iterables, including Arrays, Maps, Sets and the async iterables discussed in this article. It's the only set of tools I know that won't ever leak a file handle when used with something like the
FileReaderByLines
class described above.Do you know IxJS?
I do. Both serve the same use case, I just think iter-tools is better. A lot better actually! I've put quite a lot of my own work into it to make that be the case.
For one thing it has API docs, making it semver compliant where IxJS is not.
It also offers all its methods in both sync and async forms, which Ix does not.
I'm also fairly sure that it has vastly superior test coverage.
Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.
If you choose to do so, you also have the option to add a canonical URL directly to your post.
(Y)