-
Notifications
You must be signed in to change notification settings - Fork 22
Analysis: Async Await Composition
Daniel Levy edited this page Aug 17, 2017
·
4 revisions

Despite missing many requirements, this mix of modular JS +
async/awaitis 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.

- Steps
- Bonus Material