from Hacker News

Callbacks, Synchronous and Asynchronous (2011)

by LiveTheDream on 1/12/22, 4:57 PM with 3 comments

  • by klabb3 on 1/13/22, 12:57 PM

    Terminology opinion: I'm not too fond of the term callback for "synchronous callback" as described in the post. First, it doesn't actually "call back", and secondly why not just use "function"?