dace icon indicating copy to clipboard operation
dace copied to clipboard

Refactor RedundantArray and RedundantSecondArray

Open alexnick83 opened this issue 3 years ago • 0 comments

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.

alexnick83 avatar Mar 09 '21 19:03 alexnick83