one of my devs whose new to kotlin doesn't know th...
# announcements
g
one of my devs whose new to kotlin doesn't know that single-argument lambas dont need to have their names defined, so he's writing everything like a java or C# lambda with a half-decent variable name
points.map { point -> point.name }
or similar.