|
|
|
|
|
by EdwardDiego
2093 days ago
|
|
`where` is intuitive as a synonym for `filter`, but it's the `select` that always threw me as a synonym for `map`. I get that they're trying to expose an SQL-like API, but yeah, map is always about mutation, but `select`only does mutation sometimes in SQL. |
|