Skip to content

refactor: use separate variables for each iter.Pull in it.Zip functions#816

Merged
samber merged 1 commit intosamber:masterfrom
d-enk:refactor-it-zip
Feb 24, 2026
Merged

refactor: use separate variables for each iter.Pull in it.Zip functions#816
samber merged 1 commit intosamber:masterfrom
d-enk:refactor-it-zip

Conversation

@d-enk
Copy link
Contributor

@d-enk d-enk commented Feb 24, 2026

Replace shared next struct and reused stop variable with separate nextA, stopA, nextB, stopB, etc.

Improves code clarity and eliminates potential confusion from variable reuse.

Replace shared next struct and reused stop variable with separate
nextA, stopA, nextB, stopB, etc.

Improves code clarity and eliminates potential confusion from variable reuse.
@samber samber merged commit 6b8eea7 into samber:master Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants