exercism / java

Exercism exercises in Java.
https://exercism.org/tracks/java
MIT License
677 stars 666 forks source link

Update reference resolution for ``LogLevels`` #2726

Closed manumafe98 closed 5 months ago

manumafe98 commented 5 months ago

pull request

As in the design.md file we are informing that it's better for performance using string concatenation seems appropriate to use them instead of the String.format method

Reviewer Resources:

Track Policies