operator-framework / combo

Apache License 2.0
8 stars 15 forks source link

improve readibilty of `nextIterativeCombination()` function #82

Closed jbuchananr closed 2 years ago

jbuchananr commented 2 years ago

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