summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-08-27 19:16:51 -0400
committeruser <user@localhost.localdomain>2019-08-27 19:16:51 -0400
commitd180cc071b592940d4b4cf0283823d29578f1422 (patch)
treef00b55fee23982c1fcb885be57e5216c5a1639ec /README.md
parentc179ae14d5dc6e35031dec3cc7b62e99d6f392be (diff)
downloadstandingwithresilience-d180cc071b592940d4b4cf0283823d29578f1422.tar.gz
standingwithresilience-d180cc071b592940d4b4cf0283823d29578f1422.zip
some files to help me jog my memory elsewhere
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2f99882..4fe45b2 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,9 @@ and it must be able to refer to itself usefully.
1. Choose a simple algorithm for collecting steps together to perform a task.
2. Choose a simple representation of steps to use for #1.
3. Implement #2 enough to use it to communicate a step to another process.
-
Once #3 works, the goal now is to efficiently produce a form of #1 as a collection of
-processes that can develop themselves, so make sure to reuse your work, and do work that is
-reusable, as much as possible.
+processes that can develop themselves, using each other as their steps. Make sure to
+reuse your work, and do work that is reusable, as much as possible.
4. Choose a simple algorithm for handling if something horrible goes wrong that must
never be repeated (trauma). Consider storing a detailed log forever. Consider refusing to