|
|
|
|
|
by zzzcpan
3624 days ago
|
|
Yeah, callback hell is not a real thing. People tend to dislike callbacks only when they don't have much experience with them. I remember being like that myself. But there are a lot of problems that are inherently asynchronous and are much easier to solve with callbacks, than with anything else. |
|