Manuel Maxera
Manuel Maxera
# pull request This PR reworks our current loop structure (`for` and `for-each`) into one big single concept called loops and also introduces `while` and `do-while` loops closes [#2625](https://github.com/exercism/java/issues/2625) Reviewer...
# pull request closes [#2674](https://github.com/exercism/java/issues/2674) Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)
I was checking the ``Python`` exercism track, and I saw that it covers all the loops in a single concept called ``Loops`` and as the Java track does not cover...
Yeah, I thought that the variables accept plain text, but it seems that they only accept URLs. However, I still think we should find a way to handle this, because...
After some changes to the reference resolution, when we caught some bugs in it, we thought that the current test suite could be outdated and in need of some review....
Currently the concept exercise ``Karls language`` introduces to the concepts ``Generics`` and ``Lists`` . But in the actual exercise you do not have a task regarding the generic concept, it's...
After doing aprox 40+ exercises on the Java learning path on exercism, I thought the addition of this concept could be very valuable, there is a lot of usage in...
# pull request The goal is to add the practice exercise resistor-color-expert as the python track Reviewer Resources: [Track Policies](https://github.com/exercism/java/blob/main/POLICIES.md#event-checklist)
Related issue: [#31](https://github.com/spring-guides/gs-testing-web/issues/31) I created this starting PR to get some feedback, if this is enough or need some deeper explanation of the annotation/exceptions, Thanks in advance!