Refactor RedundantArray and RedundantSecondArray
Open
enhancement
transformations
- Dominant language
- Python
- Stars
- 593
- Forks
- 163
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 60
Description
RedundantArray and RedundantSecondArray must be split into multiple transformations, that handle separately the following cases:
- Data -> Data
- Array -> View
- View -> Array
- View -> View
This will improve readability and assist in quickly isolating any issues that pop-up.
The refactoring should take place after the deadlines around SC.
Contributor guide
Assessment
This issue has not been assessed yet.