DEV Community

Discussion on: What language features/concepts do insiders of the language love and outsiders hate?

Collapse
 
dfockler profile image
Dan Fockler

Using functional style shorthand blocks { |i| puts i } in Ruby to make really nice one-liners to manipulate data structures.

I haven't used them very much but, Rust's traits are a really interesting way of building interfaces that are composable and clean.