Hacker News new | ask | show | jobs
by marmaduke 2638 days ago
> Opaque callbacks are the functional equivalent of goto statements

in some sense they are worse because you can't just grep for the call site of an anonymous closure, like you can for a goto, it could be almost anywhere in the code base