I don’t like returning values from loops personall...
# language-proposals
d
I don’t like returning values from loops personally. I feel like loops by nature mutate the state of multiple objects which makes returning something weird from them.
👍 4