Files
Trool/README.md
2019-03-03 15:58:46 -08:00

578 B

Trool

The TypeScript Rule Engine

  • Manage rules in a business spreadsheet format
  • Get your rules out of your code so non-engineers can make updates over time
  • Heavily inspired by Java's KnowledgeBase Library

https://github.com/CacheControl/json-rules-engine

// mention that it's not a good practice to set strings in directly to the spreadsheet and should // use a constants class. This prevents Product Owners from inputing bad values into the spreadsheet.

// Class.method() to not use a built in operator in condition. Class must be a fact or must be imported.