cmoel (Christopher Moeller)
- Login: cmoel
- Registered on: 03/23/2018
- Last sign in: 04/19/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/02/2018
-
01:13 PM Ruby Feature #14594: Rethink yield_self's name
- bughit (bug hit) wrote:
> What about `tap!` - since tap is already in use, this won't be stealing another word, and it seems to make sense, it's a "dangerous" tap that alters the flow.
I think `tap!` is the best option currently bein...
03/23/2018
-
08:08 PM Ruby Feature #14594: Rethink yield_self's name
- I also agree `yield_self` isn't the best name but I'm also skeptical of `then`. Why not use `map`, which we already have for collections? Generally speaking, the `map` function isn't just about collections (though that's usually how it's...