You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the series introduction/index page, there is a table containing all tutorials as well as how these are transformed.
The Imperative Style column of that table contains cells like foreach(...) { if... } even though Java uses the syntax for(TypeName variableName : someIterable).
I suggest changing this in order to not make it look like Java has a foreach keyword.
The text was updated successfully, but these errors were encountered:
danthe1st
changed the title
Reword "foreach" loop in "Refactoring to functional style" series
Reword "foreach" loop in "Refactoring to functional style" series introduction
Apr 26, 2024
@venkats contributes the Refactoring from the Imperative to the Functional Style series to dev.java.
In the series introduction/index page, there is a table containing all tutorials as well as how these are transformed.
The
Imperative Style
column of that table contains cells likeforeach(...) { if... }
even though Java uses the syntaxfor(TypeName variableName : someIterable)
.I suggest changing this in order to not make it look like Java has a
foreach
keyword.The text was updated successfully, but these errors were encountered: