heat
heat copied to clipboard
Clean up concatenate using redistribute
Feature functionality redistribute can be used to clean up the concatenate function, reduce the complexity of the code, and clarify what it does to a 3rd party.
This is would be a good way to understand the codebase. Both functions concatenate
and redistribute
are in the manipulations
module
Branch features/430-Clean_up_concatenate_using_redistribute created!