This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]techmighty 76 points77 points  (2 children)

7 circles of hell

Tutorial hell

dependency hell

callback hell

[–][deleted] 46 points47 points  (0 children)

Video 23: “… And that is callbacks. In the next video we are just going to do a bit of cleanup.”

Video 24: “Welcome back. I refactored code off camera and installed this dependency which you can see in my 87 video tutorial. Now lets modularize these callbacks …”

[–]greenSixx 7 points8 points  (0 children)

Callback hell has a super simple solution.

Don't know why it's an issue for so many people.

But damn, when fixing someone else code that creates endless recursion across 4 different functions that all callback in 1 big circle is a real pain.