DEV Community

Discussion on: Map, Filter, Reduce vs For Loops (syntax)

Collapse
 
joelnet profile image
JavaScript Joel

I'd like to argue that imperative code isn't any more convenient, but that it is more familiar.

If you had learned a declarative style first you would feel the same way about oop.

Collapse
 
ondrejs profile image
Ondrej

Hmmm...probably correct. I have not thought about it in this way.