0.1.6 • Published 6 years ago

pathfinder-core v0.1.6

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

Pathfinder-core Build Status Coverage Status

A small library for Intelligent Composition Functional Reactive Programming (ICFRP), that combines the following software engineering techniques into a unified approach:

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

Installation

`npm install pathfinder-core

Usage

const pf = require('pathfinder-core');

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.