Hacker News new | ask | show | jobs
by darkamaul 465 days ago
Recursions are super useful for dealing with certain data types, notably nested grammar parsing. Sure, it has gotcha, but that can be extremely readable.

I don't think we should ban recursions altogether, but remember that there exist associated risks, and consider them.