Hacker News new | ask | show | jobs
by mannyv 462 days ago
Nobody should use recursion in production code, period.

And no, it's not like malloc. If you don't understand why then you definitely shouldn't be putting recursive calls in your codebase.