0.1.4 • Published 6 years ago

jumpwire v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ROP - Recourse-Oriented-Programming Build Status Coverage Status

A small library that combines these software engineering techniques into a unified approach:

  • functional programming
  • promise/A architecture
  • object-oriented programming
  • railway oriented programming

Installation

npm install rop

Usage

const rop = require('rop’);

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.