Commit 6e52ef8d by Tom Laudeman

Tweak formatting

parent 2a7a1d7f
......@@ -84,7 +84,9 @@ Below is a flow chart in lovely ascii graphics
#### From the state table we glean that there is one test:
```
data-empty
```
This test returns true if the submitted data is empty. There are two likely places to put this test function:
......@@ -95,9 +97,11 @@ This test returns true if the submitted data is empty. There are two likely plac
#### There are three workers:
```
save-data
data-empty-message
confirm-message
```
Worker save-data saves "the data", whatever that entails. Worker data-empty-message puts an "empty data"
message into the user message that will eventually be shown to the user in the UI. Worker confirm-message puts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment