Skip to content
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

Cleanup code #5

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

Cleanup code #5

wants to merge 1 commit into from

Conversation

aviperl
Copy link

@aviperl aviperl commented Jun 28, 2021

Minor edits that don't differ too much from the code in the article. Replaced new String(new char[difficulty]).replace('\0', '0') with "0".repeat(difficulty), marked constants as final, removed unnecessary conversion from number to String in String concatenation, replaced standard for loop with for-each loop for clarity, etc.

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