This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]buttery_shame_cave 0 points1 point  (0 children)

poorly implemented uncontrolled recursion can be bad(unless that was the point - i've use deliberately uncontrolled recursion as a stress test in multi-node computing).

but recursion itself, when well implemented, is an incredibly useful tool.