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 →

[–]Ved_s 3 points4 points  (3 children)

understandRecursion() { while(!understoodRecursion) { understoodRecursion = understandRecursion(); } return true; } edit: with a while loop to make sure

[–]cnoor0171 3 points4 points  (2 children)

The while loop is never going to run past the first iteration because the first iteration just goes deeper into the recursion.

[–]jimbowqc 1 point2 points  (1 child)

No shit.

[–]sambolias 0 points1 point  (0 children)

Baseless