Callbacks are a very limited way to do asynchronous programming. However they are a good way to create interfaces that let you call methods and insert your own functionality in the middle.
So yes. Better async is good. But don't take away callbacks. They have their uses.
Callbacks are a very limited way to do asynchronous programming. However they are a good way to create interfaces that let you call methods and insert your own functionality in the middle.
So yes. Better async is good. But don't take away callbacks. They have their uses.