Closed
Description
In the docs saying:
Note: In general, the readable.pipe() and 'data' event mechanisms are preferred over the use of the 'readable' event.
Reference: https://nodejs.org/dist/latest-v6.x/docs/api/stream.html#stream_readable_streams
What does 'general' means because of simplicity ? I think it should be better documented. Pull streams are much more efficient e.g referring to buffering and back-pressure.