Y
Hacker News
new
|
ask
|
show
|
jobs
by
nawitus
3372 days ago
You don't need many callbacks in the backend. Use await / async or promises for most problems instead of callbacks. Of course, callbacks are a fine tool when suitable.
I don't know what "work-arounds" you're talking about.