|
|
|
|
|
by davelnewton
1650 days ago
|
|
Promises/async/await seem very different than Ruby's (and Rails') metaprogramming to me. I'd need an example of a cryptic stack trace to know exactly what you're referring to--half the problem is because of the overuse of anonymous functions that bork the trace. There's an easy solution to that (and it makes the resulting code easier to test as well). |
|
0. https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/async...