|
|
|
Ask HN: Is callback hell exaggerated?
|
|
11 points
by tonyle
3623 days ago
|
|
I played around with just using callbacks as a test and it wasn't bad at all. Most information on it seems to start off as a T.V. infomercial for some library.
Don't suffer from callback hell, use X! I can barely find anything on the internet about callback hell before 2010 to indicated that it was a real problem at all with javascript. |
|
Even then, I think it's a bit overstated - people were writing event-driven servers in C++ before Javascript was even invented. I do think that being able to use semicolons to sequence two statements is a lot more concise than nesting a chain of closures, though.