DEV Community

Discussion on: OOP vs functional programming

Collapse
 
klamserdev profile image
Jakob Klamser

Thanks for the feedback. I linked to geeksforgeeks for more details on the implementation possibilities for a factorial. I decided to go for the iterative approach because I didn’t want to introduce recursion in this article 😁

Collapse
 
veciz profile image
Berkan Çetinkaya

Yep, just seen it :) I was thinking to opposite, factorial is good chance to show off the recursion :)