Skip to content

Cleanup code#5

Open
aviperl wants to merge 1 commit intoCryptoKass:masterfrom
aviperl:master
Open

Cleanup code#5
aviperl wants to merge 1 commit intoCryptoKass:masterfrom
aviperl:master

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