DEV Community

Discussion on: Easy functional programming techniques in Rust for everyone

Collapse
 
qm3ster profile image
Mihail Malo • Edited

I see what he is trying to teach, and I understand the need to do this in that context, but I get so bootybothered from all this usage of String vs &str and other allocations (such as map returning a whole new Vec like my hated Array.prototype.map in JS rather than being an iterator adaptor) that I want to scream xD

I never knew how much of a zealot I am before!