iluwatar / 30-seconds-of-java

Collection of reusable tested Java 17 compatible code snippets that you can understand in 30 seconds or less.
https://java-design-patterns.com/snippets.html
MIT License
1.04k stars 410 forks source link

Added ELO Rating Snippet #180

Closed PalAditya closed 1 year ago

PalAditya commented 1 year ago

Fixes #34. Have couple of questions though:

@iluwatar thoughts?

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

PalAditya commented 1 year ago

P.S: Apologies if I was supposed to claim the original issue first (which I should have done in hindsight), but hopefully I have not stepped on anyone's toes here.

stale[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

iluwatar commented 1 year ago

Looks good @PalAditya For an example I think this is sufficient.