DEV Community

Discussion on: Which types of loops are most popular in the programming languages you use?

Collapse
 
jcmrva profile image
Josh M

I use higher order functions (map, filter, fold) whenever reasonable - easier to think about and maintain in the long run.