issa-tseng / janus

the two-faced application library-framework.
http://janusjs.org
37 stars 7 forks source link

Allow for from('whatever').point #72

Closed issa-tseng closed 7 years ago

issa-tseng commented 7 years ago

Implicitly add a .all when we encounter a .point midchain. We have to write and propagate too much code that decides whether to terminate the chain.

issa-tseng commented 7 years ago

Alternatively, and probably more safely, we can simply have .all point to itself when already referring to a finalized fromchain. This seems better.