The kojo lab instructions have a lot of loops in the text, but all of them use the scala 2 syntax. In the expressions exercise all of the loops use the new "scala 3" style syntax, and I feel like it would be less confusing for a new student to only be introduced to one way of writing for loops, instead of multiple, as it might be more important to learn other things than alternative ways to write a control flow construct.
Should the instructions be updated to the new syntax?
The kojo lab instructions have a lot of loops in the text, but all of them use the scala 2 syntax. In the expressions exercise all of the loops use the new "scala 3" style syntax, and I feel like it would be less confusing for a new student to only be introduced to one way of writing for loops, instead of multiple, as it might be more important to learn other things than alternative ways to write a control flow construct.
Should the instructions be updated to the new syntax?