Hacker News new | ask | show | jobs
by jahewson 4927 days ago
My experience of the f(onerror, onsuccess) pattern is that it does not scale well when multiple functions are nested, as the error-handling code gets pushed further and further down the page from the actual error site it handles.