From Callback Hell to Async Heaven: Promises - Gil Tayar

preview_player
Показать описание
Come with me as I bring you to Node world, and lead you from the pit of callback despair, up to the purgatorio of promises, and finishes in async heaven - using generators and yields to make async code look like sync code.
By: Gil Tayar
Рекомендации по теме
Комментарии
Автор

Very very entertaining presenter who has complete knowledge of promises and knows how to teach. Excellent.

stephenwright
Автор

Great talk, I have 2 nitpicks:
1) Co-routines are sub-routines that have more than one return point (i.e. yield) and not iterators (you can implement an iterator using a subroutine or a co-routine).

2) Bi-directional iterator is an iterator that can move forward or backward on a sequence and not an iterator that can receives an argument.

Do you have open lectures or only for Wix workers?

manicqin