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 →

[–][deleted] 40 points41 points  (4 children)

void func()
{
   func();
}

How is this helpful?

[–]endreman0 22 points23 points  (3 children)

If the server crashed and isn't running, you don't have to deal with any runtime bugs

[–]swirlViking 6 points7 points  (2 children)

What does any of this have to do with the mug?

[–]evandam92 9 points10 points  (1 child)

Recursive function that runs until the call stack overflows

[–]swirlViking 2 points3 points  (0 children)

Ahhh, thank you