BetterRules / example-rules-as-code

Example rules as code implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example rules as code

This repo is for implementations of the made-up Australian Beard Tax (Promotion of Enlightenment Values) Act 1934.

Its purpose is to show the breadth of options in writing legislation as code, explore some of the pros and cons of different options, and to give you a starting point for encoding real legislation.

Implementations are for the following decision tree:

Do you have a beard decision tree

The legislation reads:

In this Act, beard means any facial hair no shorter than 5 millimetres in
length that:
a. occurs on or below the chin, or
b. exists in an uninterrupted line from the front of one ear to the front of
   the other ear below the nose.

How to contribute

Please add implementations of the decision trees and tests in other languages and formats.

  • Add a new folder in the root directory.
  • Create a README.md with details about how to run the code.
  • Make a pull request!

You can use the examples included in the shared directory to write tests and make sure your code passes.

CI

A YAML and Markdown linter are run on Circle CI. You can run the markdown linter locally with:

  ./.circleci/markdown

You may also like to add a job to run your tests on Circle CI by adding it to .circleci/config.yml.

About

Example rules as code implementations

License:MIT License


Languages

Language:Jupyter Notebook 46.4%Language:JavaScript 29.3%Language:Python 16.3%Language:Ruby 7.6%Language:Shell 0.4%