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:
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.
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.
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
.