Towards Minimal, Idiomatic, and Performant Ruby CodeDebunking some popular Ruby idioms
I try to embrace a particular way of working with code: it should be minimal, idiomatic, and performant by default. Sometimes it is necessary to …