I’d prefer `boxes?.let { it.forEach { … }}` here (...
# getting-started
c
I’d prefer
boxes?.let { it.forEach { … }}
here (safer)