Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve code readability in ServerActivity.kt using 'run' instead of 'let' #4331

Closed
wants to merge 3 commits into from

Conversation

Alphax-Hue3682
Copy link
Contributor

@Alphax-Hue3682 Alphax-Hue3682 commented Feb 11, 2025

#4326
Cleaner and more readable code with the same functionality
This is because it uses run , which makes the code clearer and more readable. It also avoids unnecessary use of let.

@Alphax-Hue3682 Alphax-Hue3682 changed the title Update ServerActivity.kt Improve code readability in ServerActivity.kt using 'run' instead of 'let' Feb 11, 2025
@2dust 2dust closed this Feb 14, 2025
@Alphax-Hue3682 Alphax-Hue3682 deleted the patch-2 branch February 14, 2025 02:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants