Skip to content

Blawx Implementation #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions blawx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Blawx Implementation

Please note that the public alpha version of Blawx is unstable. It is very possible that this implementation will stop working when
changes are made to the app. If that happens, let @Gauntlet173 on GitHub know.

## Usage

Download the `beard.blawx` file in this folder.
Go to the [Blawx Live Alpha version](https://www.blawx.com/alpha.html), start the app.
Choose "Menu", "Load Workspace" and upload the `beard.blawx` file.

Then choose "Menu", and "Run Blawx Code" to run the query to determine if the tests passed.

## Details

The Blawx implementation uses actual lengths for the beard instead of a true/false variable
indicating whether the length is 5mm or more.

The test data in the shared folder of the repository has been re-implemented in a data block
inside the Blawx Workspace.

For more details, see the [blog post at Blawx.com](https://www.blawx.com/2020/05/testing-your-rules-as-code/).
Loading