jashkenas / jashkenas/underscore
_.eq
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 27.3k
- Forks
- 5.4k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 1
Description
Related to and really depending on #2453:
An `_.eq` method to enable the [SameValueZero](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero) comparison for composition.
Contributor guide
Research direction
Start by reading the related issue #2453 and the linked ECMAScript SameValueZero specification. Then inspect Underscore's existing comparison and composition entry points to determine where _.eq belongs. Done means the proposed _.eq method is available for composition and follows the specified SameValueZero comparison behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100