Skip to content

Analysis: Async Await Composition

Daniel Levy edited this page Aug 17, 2017 · 4 revisions

comparison-of-techniques

Despite missing many requirements, this mix of modular JS + async/await is still quite readable to an experienced developer.

This pattern may be the best start for those already familiar with Object Oriented Programming. Essentially it gets really close to my design goals, without using an execution pipeline.

image