exercism / java

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

Starting to reformat loops into a unified concept #2773

Open manumafe98 opened 3 months ago

manumafe98 commented 3 months ago

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

Reviewer Resources:

Track Policies

sanderploegsma commented 2 months ago

I'm aiming to review this early next week, FYI 😉