Add sort()
Open
starter
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Return a stream with all values sorted.
Should accept a comparator function and do a lexicographic sort by default.
Contributor guide
Research direction
The issue does not name an implementation file or test. Start by locating the stream transformation API and existing ordering-related tests, then check how other operators handle buffering and callbacks. Done means a sort() stream operation accepts an optional comparator and defaults to lexicographic ordering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100