465
Peak code reuse
(eviltoast.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Might very well be an endless loop because tail recursion can be optimized to reuse the stack frame. Depends on a lot of things of course.