From 49f9bf11827b0ba68c7c70e517208629247065b4 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 23 Jan 2019 22:26:10 +0000 Subject: [PATCH] Updated regularity (markdown) --- regularity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regularity.md b/regularity.md index 6a2d1b4..8676e22 100644 --- a/regularity.md +++ b/regularity.md @@ -17,6 +17,6 @@ which would be accessed (companies:methods:payroll acme)) ``` -But salary is not a property of a company, it's a property of an employee; so what is this thing called `do-something-to-get-salary`? It's a method on the regularity of employees, so in this example, is is `::shared:pool:employees:methods:salary`. +But salary is not a property of a company, it's a property of an employee; so what is this thing called `do-something-to-get-salary`? It's a method on the regularity of employees, so in this example, it is `::shared:pool:employees:methods:salary`. There are issues that I haven't resolved yet about the mutability of regularities and homogeneities; obviously, in order to provide multi-user visibility of current values of shared data, some regularities must be mutable. But mutability has potentially very serious perfomance issues for the hypercube architecture, so I think that in general they should not be.