blakeembrey / blakeembrey/js-functools
Maintainance?
- Dominant language
- TypeScript
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I think this library could be used more. For example, providing a sortBy function that works similar to how Python's default sort(key=) works.
In Python, we have @cmp_to_key, but in TS/JS, developers can just use the regular sort function, so providing a Pytho-like sort is very powerful.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the js-functools repository and its existing function utilities; compare the proposed sortBy behavior with JavaScript/TypeScript sort and Python's key-based sorting. Clarify the API and acceptance criteria before implementing, since the issue does not identify files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100