The nextIterativeCombination() function has gotten more complex and messy causing it hard to understand and read. The function needs more comments and/or broken up into smaller functions to improve readability.
Acceptance Criteria
nextIterativeCombination() is readable/easy to understand for maintainers
Summary
The
nextIterativeCombination()
function has gotten more complex and messy causing it hard to understand and read. The function needs more comments and/or broken up into smaller functions to improve readability.Acceptance Criteria
nextIterativeCombination()
is readable/easy to understand for maintainers