Use more concrete examples
Open
documentation
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
There's a lot of ambiguity in the examples that slowed me down in understanding what exactly was going on. I think if the examples were fully functional, it would help a lot in quickly learning what this library is capable of.
For example, readFile here is left to the users' imagination. A concrete, working example that I can use out of the box would be more helpful:
```
var data = _(filenames).map(readFile).parallel(4);
```
Contributor guide
Assessment
This issue has not been assessed yet.