Jack Jennings
Jack Jennings
Maybe it's worth keeping this open, since it seems like this is a "common" request. I'm not sure that this is something that doesn't belong in this application though, but...
The `each_with_object` version is what I’d anticipate seeing in Ruby, though the appeal of the more functional version is true. In the former, it seems strange to use two different...
I have seen some people make the argument that curly-braces blocks are for return values and do/end is for side effects, but for beginners I usually favor consistency over anything...
Yeah, I wouldn’t use do/end on a single line, but if I was writing this, I would no put the inside loop on a single line especially as it contains...
Ah, can you not put a transformation on the first glyph? I thought that I tried putting it only on the last. One and that not working, but I’ll try...