|
|
|
|
|
by askmike
3226 days ago
|
|
Even with a library like async there will be so much boilerplate, since you need to handle (or pass) errors every step of the way. With async/await you only need to deal with errors at the level you actually care about them (using the language build in try/catch block). |
|