bahmutov / bahmutov/change-by-example

Print function that can be evaluated

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
33
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Evaluate combined function that could be something like
```js
function f (source) {
return R.mergeAll([
R.assocPath(
['name', 'first'],
R.identity(R.view(R.lensPath(['name']), source)),
{}
),
R.assocPath(
['age'],
_.parseInt(R.view(R.lensPath(['other', 'info', 'age']), source)),
{}
)
])
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points. Start by clarifying the expected evaluated output from the JavaScript example and locating the repository's transformation entry point; done requires an agreed behavior and a test that verifies it.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.