reverse dependencies
Open
enhancement
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
given a formula where we have y on the left part (as in x = y + 3), reverse the formula to have y on the right part (y = x -3)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides no file, test, or entry point to inspect. First locate the formula parsing or evaluation entry point, then determine how formulas such as “x = y + 3” are represented and what expressions are supported; done means reversing the supported formula relationship so it produces “y = x - 3”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100