Status: documentation.
Pattern functional programming monad sequence. Monad provide description and execute chain operation contain same function.
Monad wrap promise chain control and extend it opportunities execute.
$ npm install monad-sequence-promise
- Abstracting and hiding sequence execution mechanisms;
- Control executive sequence;
- Control calls service functions: defined, arguments, returning value;
- Transfer the extended number of parameters between service functions;
- Mixin additional functionality without changing the service functions, keeping them clean;
- Debugging execution sequence through logging.
- Sequence sequence shares by operation. Operation group calculation which result need next operation.
- Operation shares by action. Action - service function usually pure.
Example usage, temporal, look unit test.
ERROR, Cannot find module.
- Documentation