I was looking at some code by an individual and noticed he seems to have a pattern in his functions:
function() {
Many have already stated the similarity between this construct and a goto, and expressed a preference for the goto. Perhaps this person's background included an environment where goto's were strictly forbidden by coding guidelines?
goto