Skip to content

refactor: replace traditional switch statements with modern arrow syntax#56

Open
Falasefemi2 wants to merge 1 commit intoshouryaj98:masterfrom
Falasefemi2:patch-1
Open

refactor: replace traditional switch statements with modern arrow syntax#56
Falasefemi2 wants to merge 1 commit intoshouryaj98:masterfrom
Falasefemi2:patch-1

Conversation

@Falasefemi2
Copy link
Copy Markdown

  • Convert all switch statements from traditional colon + break syntax to modern arrow syntax
  • Improves code readability and reduces boilerplate
  • Maintains identical functionality while using Java 14+ features

- Convert all switch statements from traditional colon + break syntax to modern arrow syntax
- Improves code readability and reduces boilerplate
- Maintains identical functionality while using Java 14+ features
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