Skip to content

Conversation

@cressie176
Copy link
Collaborator

Remove assignments from conditional expressions to improve code clarity and readability. Patterns like while((x = y)) have been refactored to separate assignment from conditional logic using do...while loops or explicit assignments.

🤖 Generated with Claude Code

Remove assignments from conditional expressions to improve code clarity
and readability. Patterns like while((x = y)) have been refactored to
separate assignment from conditional logic using do...while loops or
explicit assignments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant