We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Xaivteev
No branches or pull requests
Do-While Loops
1. Do-while loop with a true conditional isn’t very readable.
2. A do-while loop with a break at the end isn’t indicative of the purpose of the do-while loop
Lines:
What we intend to do:
3. Nested conditionals can be extracted into their own function.
Lines:
What we intend to do:
The text was updated successfully, but these errors were encountered: