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

Avoid using unnecessary semicolons. #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Rdeisenroth
Copy link
Member

Semicolons are way overused amongst most modern Java-Programs. This PR aims to address the Issue by reducing the amount of used semicolons to the minimum amount required.

@Rdeisenroth Rdeisenroth added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 7, 2022
@Rdeisenroth Rdeisenroth self-assigned this Jun 7, 2022
@Oshgnacknak
Copy link

Giving the level of functional programming using for iterative problem, Languages like Kotlin are not required any more.

@Rdeisenroth Rdeisenroth added the joke A Joke label Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request joke A Joke
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants