DEV Community

Discussion on: The beauty of Functional Programming

Collapse
 
artoodeeto profile image
aRtoo

Theres a book that ive read that you dont have to force yourself to use recursion because its prone to SO error, like if a base case is not correctly enforced. Although recursion is useful for sorting and tress. nice article btw. :)