DEV Community

Discussion on: Don’t pay the for-loop tax

Collapse
 
rrackiewicz profile image
rrackiewicz • Edited

Anyone using a for loop instead of a functional programming construct is not being daft. The issue is that they haven't gone through the process of fully learning FP. I dare say that you will find other issue related to this in ALL of their code.