medikoo / medikoo/observable-set
Introduce `slice`
Open
@medikoo is already working on this.
Since May 12, 2015.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
/cc @kamsi
While set logically is unordered, in ECMAScript it's implemented as ordered (but with read-only order). Therefore it's fine to introduce reactive slice directly on set (currently we need to first produce an observable array to get slice of data).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.