Skip to content

all: Refactor for-range loops to use Go idiomatic style #986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

12ya
Copy link
Contributor

@12ya 12ya commented Jul 5, 2025

Replaces C-style for loops with Go's idiomatic 'for range' loops across multiple files for improved readability and consistency. Also updates switch statements in promptConfirmation for clarity.

Replaces C-style for loops with Go's idiomatic 'for range' loops across multiple files for improved readability and consistency. Also updates switch statements in promptConfirmation for clarity.
Copy link
Contributor

@PThorpe92 PThorpe92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@12ya 12ya force-pushed the 12ya-refactoring branch from 72d2726 to 6464438 Compare July 9, 2025 00:02
@12ya 12ya deployed to external July 9, 2025 00:02 — with GitHub Actions Active
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