This repository demonstrates a common bug in Hack: a stack overflow error caused by unbounded recursion in a recursive function.
A recent JavaWorld Community forum message (Stack Overflow after instantiating new object) reminded me that the basics of the ...